Skip to content

Commit 222d64c

Browse files
committed
ci: remove ignore snapshots
1 parent 2b9a487 commit 222d64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: npx playwright test --update-snapshots
142142

143143
- name: Run E2E tests for webpack version ${{ matrix.webpack-version }}
144-
run: npm run test:e2e -- --ignore-snapshots
144+
run: npm run test:e2e
145145

146146
- name: Submit coverage data to codecov
147147
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)