Skip to content

Commit

Permalink
ignore pit on windows..
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Sep 17, 2020
1 parent d978076 commit c47ed74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
mvn --batch-mode --settings .\build\settings.xml verify -Dskip.graal=false
mvn --batch-mode --settings .\build\settings.xml verify -Dskip.graal=false -Dpit.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
mvn --batch-mode --settings .\build\settings.xml verify -Dskip.graal=false
mvn --batch-mode --settings .\build\settings.xml verify -Dskip.graal=false -Dpit.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
Expand Down

0 comments on commit c47ed74

Please sign in to comment.