File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-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 : ${{ startsWith(matrix.config.native, 'win32') && 'cmd' || 'bash' }}
3740 steps :
3841 - name : checkout swt
3942 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6063 with :
6164 maven-version : 3.9.9
6265 - name : Build
63- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
64- with :
65- run : >-
66+ run : >-
6667 mvn --batch-mode -V -U -e
6768 --threads 1C
6869 -DforkCount=1
7778 clean install
7879 - name : Performance tests
7980 if : contains(github.event.pull_request.labels.*.name, 'performance')
80- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
81- with :
82- working-directory : tests/org.eclipse.swt.tests
83- run : >-
81+ working-directory : tests/org.eclipse.swt.tests
82+ run : >-
8483 mvn --batch-mode -V -U -e
8584 -DforkCount=1
8685 -Dcompare-version-with-baselines.skip=true
You can’t perform that action at this time.
0 commit comments