Skip to content

Commit b804706

Browse files
committed
[FIXUP] Use pwrshell on Windows?
1 parent bb44f9a commit b804706

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3535
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
3636
runs-on: ${{ matrix.config.os }}
37-
defaults:
38-
run:
39-
shell: ${{ contains(matrix.config.native, 'win32') && 'cmd' || 'bash' }}
4037
steps:
4138
- name: checkout swt
4239
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
@@ -70,12 +67,11 @@ jobs:
7067
-DforkCount=1
7168
-Dnative=${{ matrix.config.native }}
7269
-Papi-check
73-
-Dcompare-version-with-baselines.skip=true
74-
-Dtycho.baseline.replace=none
70+
'-Dtycho.baseline.replace=none'
7571
--fail-at-end
7672
-DskipNativeTests=false
7773
-DfailIfNoTests=false
78-
-Dtycho.version=4.0.8
74+
'-Dtycho.version=4.0.8'
7975
clean install
8076
- name: Performance tests
8177
if: contains(github.event.pull_request.labels.*.name, 'performance')
@@ -84,7 +80,6 @@ jobs:
8480
${{ contains(matrix.config.native, 'linux') && 'xvfb-run' || '' }}
8581
mvn --batch-mode -V -U -e
8682
-DforkCount=1
87-
-Dcompare-version-with-baselines.skip=true
8883
--fail-at-end
8984
-DskipNativeTests=true
9085
-DfailIfNoTests=true

0 commit comments

Comments
 (0)