Skip to content

Commit

Permalink
Use omit
Browse files Browse the repository at this point in the history
  • Loading branch information
berniegp committed Oct 20, 2024
1 parent bdade4b commit 7c6fef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
- name: Integration test - module format
working-directory: ./integration_tests/esm
run: |
npm install "../../$BUILD_ARTIFACT_FILENAME" --only=prod
npm install "../../$BUILD_ARTIFACT_FILENAME" --omit=dev
npm run test
- name: Integration test - commonjs format
working-directory: ./integration_tests/cjs
run: |
npm install "../../$BUILD_ARTIFACT_FILENAME" --only=prod
npm install "../../$BUILD_ARTIFACT_FILENAME" --omit=dev
npm run test

0 comments on commit 7c6fef3

Please sign in to comment.