From 27d63adfef65a0e880a9bea08e1962d299e324fb Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Fri, 9 Sep 2022 13:57:19 -0500 Subject: [PATCH] fix working dir for test job --- .github/workflows/podcast-web.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 7c92c5b..5fe1c82 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -123,11 +123,12 @@ jobs: package: web test: + needs: deploy timeout-minutes: 60 runs-on: ubuntu-latest defaults: run: - working-directory: src/web/e2e + working-directory: src/Web/E2E steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2