Skip to content

Commit

Permalink
remove parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Dec 5, 2023
1 parent debb254 commit a42984a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
strategy:
# don't fail the entire matrix on failure
fail-fast: false
matrix:
# run copies of the current job in parallel
containers: [1, 2, 3]

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,6 +30,4 @@ jobs:
uses: cypress-io/github-action@v6
with:
start: npm start
parallel: true
group: 'UI-Chrome'
browser: chrome

0 comments on commit a42984a

Please sign in to comment.