We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bee3b commit db40c7fCopy full SHA for db40c7f
.github/workflows/nodejs.yml
@@ -74,6 +74,7 @@ jobs:
74
run: npm ci
75
76
- name: Run tests for webpack version ${{ matrix.webpack-version }}
77
+ if: matrix.webpack-version != 'latest'
78
run: npm run test:coverage -- --ci
79
80
- name: Submit coverage data to codecov
0 commit comments