Skip to content

Commit

Permalink
exit if differ (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Oct 10, 2023
1 parent 00676f1 commit 51874aa
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os:
- Windows-2019
- Windows-2022
- macOS-11
- macOS-12
- Ubuntu-20.04
- Ubuntu-22.04
- windows-2019
- windows-2022
- macos-11
- macos-12
- ubuntu-20.04
- ubuntu-22.04
nodejs:
- 16
fail-fast: false
Expand All @@ -34,5 +34,7 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Exit if differ (forgot to commit dist dir?)
run: git diff --exit-code --quiet
- name: Verify
run: npm run verify

0 comments on commit 51874aa

Please sign in to comment.