Skip to content

Commit

Permalink
feat(test) sanity test for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gbetances089 committed Oct 11, 2024
1 parent f878a12 commit 9cec32f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sanity_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sanity test for examples
on: push

jobs:
run-sanity-test:
name: sanity test against examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: check out code
- uses: actions/setup-node@v4
with:
node-version: 17
- name: run sanity test
run: mvn clean verify
working-directory: ./servicetask/service-invocation-synchronous

0 comments on commit 9cec32f

Please sign in to comment.