Skip to content

Commit

Permalink
Merge branch 'main' into MNTOR-3672
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj authored Oct 9, 2024
2 parents 29aba5d + 566e5d9 commit 5b90e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:

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

0 comments on commit 5b90e0b

Please sign in to comment.