Skip to content

Commit

Permalink
Changes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedJannik committed Aug 29, 2024
1 parent 5bca25a commit ba9bf8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
- name: Test AASX File Server Docker Image
run: |
docker images -aq
docker run -d --name test_aasxfileserver test/aasxfileserver:${VERSION}
sleep 30
if [ "$(docker inspect --format='{{.State.Health.Status}}' test_aasxfileserver)" == "healthy" ]; then
Expand Down

0 comments on commit ba9bf8b

Please sign in to comment.