Skip to content

Commit

Permalink
Build with PowerShell on Windows
Browse files Browse the repository at this point in the history
- attempts to switch from GitBash that has underlying slow IO operations
  • Loading branch information
puskarpeter committed Apr 24, 2024
1 parent 6484239 commit 088891e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:

- name: Build with maven
run: ./mvnw --no-transfer-progress verify
if: matrix.os != 'windows-latest'

- name: Build with maven on Windows
run: .\mvnw --no-transfer-progress verify
shell: pwsh
if: matrix.os == 'windows-latest'

0 comments on commit 088891e

Please sign in to comment.