Skip to content

Commit

Permalink
Ignore formatting errors on Windows CI
Browse files Browse the repository at this point in the history
Getting errors there on CI, that I can't reproduce on a local Windows
machine
  • Loading branch information
alexarchambault committed Feb 1, 2024
1 parent 688ae45 commit 0ce74fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
shell: bash -l {0}
run: |
npm ci
test "$OSTYPE" != "msys" || npm run format
npm run all
# create an sbt file to enable sbt caching
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-dist.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
shell: bash -l {0}
run: |
npm ci
test "$OSTYPE" != "msys" || npm run format
npm run all
- name: Create Pull Request
Expand Down

0 comments on commit 0ce74fd

Please sign in to comment.