diff --git a/.github/workflows/full-stack-tests.yml b/.github/workflows/full-stack-tests.yml index 123ca19..eff0953 100644 --- a/.github/workflows/full-stack-tests.yml +++ b/.github/workflows/full-stack-tests.yml @@ -60,5 +60,5 @@ jobs: - name: Run Frontend Tests run: | cd frontend - npm run test:e2e + npm run test:e2e:dev timeout-minutes: 30