Skip to content

Merge branch 'main' into ngsi-ld #81

Merge branch 'main' into ngsi-ld

Merge branch 'main' into ngsi-ld #81

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17'
java-package: jdk
- name: Run tests
run: mvn clean test