Skip to content

Commit

Permalink
Parallelization is a paid feature, cannot use it
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Aug 11, 2023
1 parent 541bc67 commit 48ae1c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
run-cypress:
runs-on: ubuntu-20.04
needs: install-cypress
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4]

steps:
- name: Checkout
id: checkout
Expand All @@ -57,6 +52,5 @@ jobs:
id: e2e-on-google-chrome
uses: cypress-io/github-action@v5
with:
parallel: true
browser: chrome
start: node config/serve.js

0 comments on commit 48ae1c8

Please sign in to comment.