Skip to content

Commit

Permalink
build(.github/workflows/build-test-deploy.yml): move webpack install …
Browse files Browse the repository at this point in the history
…responsibility to integration
  • Loading branch information
Xunnamius committed Jan 4, 2021
1 parent 855c22d commit 5c8fefa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,6 @@ jobs:
- name: Build distributables
run: npm run build-dist

- name: Install webpack@${{ matrix.webpack }}
run: npm install webpack@${{ matrix.webpack }}

- name: Test integration
env:
MATRIX_WEBPACK_VERSION: ${{ matrix.webpack }}
Expand Down

0 comments on commit 5c8fefa

Please sign in to comment.