Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: workflow syntax matrix values
Browse files Browse the repository at this point in the history
jhaeu committed Feb 29, 2024
1 parent 1572ab5 commit 7add5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -88,8 +88,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
run-type: [ '-m', '-j' ]
test-group: [ 'build-*car*', 'build*public*', '', 'arg-overrides-*', 'lookup-yml-*', 'missing-config-*', 'specify-yml-*' ]
runtype: [ '-m', '-j' ]
testgroup: [ build-*car*, build*public*, arg-overrides-*, lookup-yml-*, missing-config-*, specify-yml-* ]
image: [ ubuntu-latest ]
steps:
# - name: Set up JDK 17
@@ -115,4 +115,4 @@ jobs:
run: |
echo "Scenario: ${{ matrix.scenario }}"
echo "Parameters: ${{ matrix.parameters }}"
.integration-scenarios/debian-12-jar-mvn/run.sh -b ${{ matrix.run-type }} -t '${{ matrix.test-group }}'
.integration-scenarios/debian-12-jar-mvn/run.sh -b ${{ matrix.runtype }} -t "'${{ matrix.testgroup }}'"

0 comments on commit 7add5a0

Please sign in to comment.