Skip to content

Commit

Permalink
ci: add webpack 5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 14, 2022
1 parent 91de0ce commit 5785e9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:

- name: Run unit tests
run: pnpm run test

- 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: Run unit tests for webpack 5
run: pnpm run test

0 comments on commit 5785e9b

Please sign in to comment.