Skip to content

Commit 0998085

Browse files
authored
ci: disable parallel execution for component tests (#1168)
hopefully this will reduce test failures
1 parent 014b0be commit 0998085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
node-version: [18.x]
3535
# run copies of the current job in parallel
36-
containers: [1, 2]
36+
containers: [1]
3737
browsers: [electron]
3838
steps:
3939
- name: Checkout
@@ -55,7 +55,7 @@ jobs:
5555
install: false
5656
component: true
5757
record: true
58-
parallel: true
58+
parallel: false
5959
group: 'Component - ${{ matrix.browsers }}'
6060
browser: ${{ matrix.browsers }}
6161
env:

0 commit comments

Comments
 (0)