Skip to content

Commit

Permalink
ci: install webpack 5 before running corresponding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 14, 2022
1 parent dd58923 commit 638b019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
- name: Set up webpack 5 tests
run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "

- name: Install webpack 5
run: pnpm install

- name: Run unit tests for webpack 5
run: pnpm run test

0 comments on commit 638b019

Please sign in to comment.