Skip to content

Fix a minor bug in StopRepositoryImpl. #658

Fix a minor bug in StopRepositoryImpl.

Fix a minor bug in StopRepositoryImpl. #658

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-22.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"