Skip to content

Commit ad847ec

Browse files
committed
ci: ignore snapshots
1 parent 94c0398 commit ad847ec

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
@@ -117,7 +117,7 @@ jobs:
117117
if: matrix.node-version != '18.x'
118118

119119
- name: Run E2E tests for webpack version ${{ matrix.webpack-version }}
120-
run: npm run test:e2e
120+
run: npm run test:e2e -- --ignore-snapshots
121121

122122
- name: Submit coverage data to codecov
123123
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)