Skip to content

Commit

Permalink
[FIXUP] Use pwrshell on Windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 16, 2024
1 parent 4f04383 commit d687c1b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
runs-on: ${{ matrix.config.os }}
defaults:
run:
shell: ${{ contains(matrix.config.native, 'win32') && 'cmd' || 'bash' }}
steps:
- name: checkout swt
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down Expand Up @@ -68,13 +65,13 @@ jobs:
mvn --batch-mode -V -U -e
--threads 1C
-DforkCount=1
-Dnative=${{ matrix.config.native }}
'-Dnative=${{ matrix.config.native }}'
-Papi-check
-Dtycho.baseline.replace=none
'-Dtycho.baseline.replace=none'
--fail-at-end
-DskipNativeTests=false
-DfailIfNoTests=false
-Dtycho.version=4.0.8
'-Dtycho.version=4.0.8'
clean install
- name: Performance tests
if: contains(github.event.pull_request.labels.*.name, 'performance')
Expand Down

0 comments on commit d687c1b

Please sign in to comment.