From b182833e861411075043658efedb5ae4b47a42df Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Wed, 14 Sep 2022 13:30:09 -0500 Subject: [PATCH] wait for deploy before running tests --- .github/workflows/podcast-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 3c9b585..ae5f4cf 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -122,7 +122,7 @@ jobs: package: web test: - # needs: deploy + needs: deploy timeout-minutes: 60 runs-on: ubuntu-latest container: mcr.microsoft.com/playwright:v1.25.2-focal