Skip to content

Raise Java version for Maven plugins from 11 to 17 (in pom.xml) #637

Raise Java version for Maven plugins from 11 to 17 (in pom.xml)

Raise Java version for Maven plugins from 11 to 17 (in pom.xml) #637

name: Test whether the dockerized version works
on:
push:
pull_request:
branches: [main]
jobs:
test-docker-compose:
name: verify docker-compose setup
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Start databases and map-matching service
run: ./development.sh start
- name: Verify that dockerized map-matching API is up and running
uses: HSLdevcom/jore4-tools/github-actions/healthcheck@healthcheck-v1
with:
command:
"curl --fail http://localhost:3005/actuator/health --output
/dev/null --silent"