Skip to content

Commit

Permalink
Wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Oct 30, 2024
1 parent 61f7b95 commit 3088977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:

test-chrome:
name: Test Auth on Chrome and Node If Changed
needs: build
runs-on: ubuntu-latest
steps:
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
run: xvfb-run yarn test:changed auth
test-firefox:
name: Test Auth on Firefox If Changed
needs: build
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
Expand Down Expand Up @@ -152,6 +154,7 @@ jobs:

test-webkit:
name: Test Auth on Webkit if Changed
needs: build
runs-on: macos-latest

steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:

test-chrome:
name: Test Packages With Changed Files in Chrome and Node
needs: build
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:

test-firefox:
name: Test Packages With Changed Files in Firefox
needs: build
# Whatever version of Firefox comes with 22.04 is causing Firefox
# startup to hang when launched by karma. Need to look further into
# why.
Expand Down Expand Up @@ -129,6 +131,7 @@ jobs:

test-webkit:
name: Test Packages With Changed Files in Webkit
needs: build
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 3088977

Please sign in to comment.