Skip to content

Commit

Permalink
Merge pull request #5157 from mozilla/e2e-cronjob
Browse files Browse the repository at this point in the history
Remove unknown E2E option
  • Loading branch information
flozia authored Oct 9, 2024
2 parents c07b24d + 631e22c commit 0995483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Run Playwright tests - ${{ inputs.environment != null && inputs.environment || 'stage' }}
if: github.actor != 'dependabot[bot]'
run: npm run e2e -- --fully-parallel=false --workers=1
run: npm run e2e -- --workers=1
timeout-minutes: 40
env:
E2E_TEST_ENV: ${{ inputs.environment != null && inputs.environment || 'stage' }}
Expand Down

0 comments on commit 0995483

Please sign in to comment.