Skip to content

Commit

Permalink
added matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbetances089 committed Oct 11, 2024
1 parent 9cec32f commit 47516b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sanity_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: push
jobs:
run-sanity-test:
name: sanity test against examples
strategy:
matrix:
examples: [./servicetask/service-invocation-synchronous, ./servicetask/service-invocation-synchronous]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -13,4 +16,4 @@ jobs:
node-version: 17
- name: run sanity test
run: mvn clean verify
working-directory: ./servicetask/service-invocation-synchronous
working-directory: ${{ matrix.examples }}

0 comments on commit 47516b8

Please sign in to comment.