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 90
90
tycho-version : 4.0.12
91
91
92
92
- name : Build with Maven
93
- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
94
- with :
95
- run : >-
93
+ run : >-
94
+ ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
96
95
mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
97
96
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
98
97
-Dcompare-version-with-baselines.skip=true
Original file line number Diff line number Diff line change 47
47
- { name: Linux, os: ubuntu-latest }
48
48
- { name: Windows, os: windows-latest }
49
49
- { name: MacOS, os: macos-13 }
50
+ defaults :
51
+ run : # Run always on bash, because powershell (the Windows default) interprets dots in arguments differently
52
+ shell : bash
53
+
50
54
name : Verify ${{ matrix.config.name }}
51
55
steps :
52
56
- name : Checkout
88
92
target : .github/matcher
89
93
- run : echo "::add-matcher::.github/matcher/${{ steps.api-tools-matcher.outputs.filename }}"
90
94
- name : Build with Maven
91
- uses : coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
92
- with :
93
- run : >-
95
+ run : >-
96
+ ${{ runner.os == 'Linux' && 'xvfb-run' || '' }}
94
97
mvn --batch-mode --no-transfer-progress --show-version --update-snapshots --errors
95
98
${{ inputs.without-EF-infra && '-Dtycho.version=4.0.12' || '' }}
96
99
-Dcompare-version-with-baselines.skip=false
You can’t perform that action at this time.
0 commit comments