forked from OpenLiberty/liberty-tools-intellij
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
823e817
commit 6f88e2f
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,17 +49,18 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
|
||
matrix: | ||
os: [ ubuntu-latest, macOS-latest, windows-latest ] | ||
# Adding a check to verify if 'refLTITag' is equal to '24.0.9'. | ||
# This code can be removed once the '24.0.9' version is removed from the 'tag' array in the cron job build, and the previous code can be added back. | ||
is24.0.9: | ||
- ${{ inputs.refLTITag == '24.0.9' }} | ||
# Adding a check on macOS and Windows to verify if 'is24.0.9' is equal to 'true'. The value of 'is24.0.9' is used to determine whether the job need to be executed. | ||
exclude: | ||
- is24.0.9: true | ||
os: windows-latest | ||
- is24.0.9: true | ||
os: macOS-latest | ||
|
||
env: | ||
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }} | ||
REF_LSP4IJ: ${{ inputs.refLsp4ij }} | ||
|
@@ -121,6 +122,6 @@ jobs: | |
if: ${{ failure() && steps.run_tests.conclusion == 'failure' }} | ||
uses: actions/[email protected] | ||
with: | ||
name: ${{ matrix.os }}--test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH }} | ||
name: ${{ matrix.os }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH }} | ||
path: | | ||
liberty-tools-intellij/build/reports/ |