Skip to content

Workflow file for this run

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
with:
repository: camunda/camunda-bpm-examples
path: camunda
- uses: actions/setup-node@v4
with:
node-version: 17
- name: run sanity test
run: ./mvn clean verify
working-directory: ./servicetask/service-invocation-synchronous