Skip to content

Commit 44372bb

Browse files
committed
change back to unix and set serial for visual test
1 parent ebd7a98 commit 44372bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 60
10-
runs-on: macos-13
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
env:

tests/e2e/visual-comparison.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import {
88
deleteAllFlags,
99
} from './helper';
1010

11+
test.describe.configure({ mode: 'serial' });
12+
1113
test.describe('Visual tests', () => {
1214
test.use({ storageState: process.env.WP_AUTH_STORAGE });
1315

0 commit comments

Comments
 (0)