Skip to content

Commit

Permalink
infra: update GitHub Actions config to avoid checking for unexpected …
Browse files Browse the repository at this point in the history
…build output modifications in Windows, we still need a few more fixes for Windows
  • Loading branch information
trusktr committed Oct 31, 2023
1 parent d719b3b commit 87615d9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
npm run test:all
- name: check repo is clean
# skip this check in windows for now, as the build outputs may get slightly modified in Windows, which we want to fix.
if: runner.os != 'Windows'
run: |
git add . && git diff --quiet && git diff --cached --quiet
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-attributes
2 changes: 1 addition & 1 deletion packages/element
2 changes: 1 addition & 1 deletion packages/element-behaviors
2 changes: 1 addition & 1 deletion packages/eventful
2 changes: 1 addition & 1 deletion packages/james-bond
2 changes: 1 addition & 1 deletion packages/lowclass
2 changes: 1 addition & 1 deletion packages/readem
2 changes: 1 addition & 1 deletion packages/variable

0 comments on commit 87615d9

Please sign in to comment.