Skip to content

Commit

Permalink
fix(build): only run passing test suite
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Dec 17, 2022
1 parent 850ba0b commit 7d4b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps --ignore-scripts=false
- name: 🧪 Test
run: npm test
run: npm test -- adaptive
- name: 🚧 Build
run: npm run build
- uses: tobua/release-npm-action@v1
Expand Down

0 comments on commit 7d4b1cd

Please sign in to comment.