From 308897752677445a4581eb5ee756df443856d99a Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Wed, 30 Oct 2024 15:35:47 -0400 Subject: [PATCH] Wait for build --- .github/workflows/test-changed-auth.yml | 3 +++ .github/workflows/test-changed.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test-changed-auth.yml b/.github/workflows/test-changed-auth.yml index b4dfbf7e987..4ef75798af1 100644 --- a/.github/workflows/test-changed-auth.yml +++ b/.github/workflows/test-changed-auth.yml @@ -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 @@ -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. @@ -152,6 +154,7 @@ jobs: test-webkit: name: Test Auth on Webkit if Changed + needs: build runs-on: macos-latest steps: diff --git a/.github/workflows/test-changed.yml b/.github/workflows/test-changed.yml index 59d631a4f8d..d4fe66eea87 100644 --- a/.github/workflows/test-changed.yml +++ b/.github/workflows/test-changed.yml @@ -62,6 +62,7 @@ jobs: test-chrome: name: Test Packages With Changed Files in Chrome and Node + needs: build runs-on: ubuntu-latest steps: @@ -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. @@ -129,6 +131,7 @@ jobs: test-webkit: name: Test Packages With Changed Files in Webkit + needs: build runs-on: macos-latest steps: