Skip to content

Commit

Permalink
rename a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
gbetances089 committed Oct 15, 2024
1 parent 83756ca commit 8aee76e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sanity_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Sanity test for examples
name: GHA to run unit test for examples
on: push

jobs:
run-sanity-test:
name: sanity test against examples
run-unit-test:
name: run unit test on examples
strategy:
matrix:
examples:
path-to-examples:
[
./servicetask/service-invocation-synchronous,
./servicetask/service-invocation-asynchronous,
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 17
- name: run sanity test
- name: run unit tests
run: mvn clean verify
working-directory: ${{ matrix.examples }}
working-directory: ${{matrix.path-to-examples}}

0 comments on commit 8aee76e

Please sign in to comment.