Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbetances089 committed Oct 11, 2024
1 parent 50ac97d commit 1e781e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sanity_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
name: sanity test against examples
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/checkout@v4
name: check out code
with:
repository: camunda/camunda-bpm-examples
path: camunda
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 17
- name: run sanity test
run: ./mvn clean verify
working-directory: ./servicetask/service-invocation-synchronous

0 comments on commit 1e781e0

Please sign in to comment.