File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 9090 tycho-version : 4.0.12
9191
9292 - name : Build with Maven
93- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
94- with :
95- run : >-
93+ run : >-
94+ ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
9695 mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
9796 ${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
9897 -Dcompare-version-with-baselines.skip=true
Original file line number Diff line number Diff line change 4747 - { name: Linux, os: ubuntu-latest }
4848 - { name: Windows, os: windows-latest }
4949 - { name: MacOS, os: macos-13 }
50+ defaults :
51+ run : # Run on cmd on Windows because powershell (the default) interprets dots in arguments differently
52+ shell : ${{ runner.os == 'Windows' && 'cmd' || 'bash' }}
53+
5054 name : Verify ${{ matrix.config.name }}
5155 steps :
5256 - name : Checkout
8892 target : .github/matcher
8993 - run : echo "::add-matcher::.github/matcher/${{ steps.api-tools-matcher.outputs.filename }}"
9094 - name : Build with Maven
91- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
92- with :
93- run : >-
95+ run : >-
96+ ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
9497 mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
9598 ${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
9699 -Dcompare-version-with-baselines.skip=false
You can’t perform that action at this time.
0 commit comments