Skip to content

Commit db40c7f

Browse files
authored
ci: don't install webpack again (#159)
1 parent 24bee3b commit db40c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: npm ci
7575

7676
- name: Run tests for webpack version ${{ matrix.webpack-version }}
77+
if: matrix.webpack-version != 'latest'
7778
run: npm run test:coverage -- --ci
7879

7980
- name: Submit coverage data to codecov

0 commit comments

Comments
 (0)