File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
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
@@ -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')
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
You can’t perform that action at this time.
0 commit comments