Skip to content

Merge remote-tracking branch 'origin/fix-local-deploy' into fix-local… #56

Merge remote-tracking branch 'origin/fix-local-deploy' into fix-local…

Merge remote-tracking branch 'origin/fix-local-deploy' into fix-local… #56

Workflow file for this run

name: Test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17'
java-package: jdk
- name: Execute tests
id: test
run: |
mvn clean integration-test -Ptest