File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
@@ -68,13 +65,13 @@ jobs:
6865 mvn --batch-mode -V -U -e
6966 --threads 1C
7067 -DforkCount=1
71- -Dnative=${{ matrix.config.native }}
68+ ' -Dnative=${{ matrix.config.native }}'
7269 -Papi-check
73- -Dtycho.baseline.replace=none
70+ ' -Dtycho.baseline.replace=none'
7471 --fail-at-end
7572 -DskipNativeTests=false
7673 -DfailIfNoTests=false
77- -Dtycho.version=4.0.8
74+ ' -Dtycho.version=4.0.8'
7875 clean install
7976 - name : Performance tests
8077 if : contains(github.event.pull_request.labels.*.name, 'performance')
You can’t perform that action at this time.
0 commit comments