Skip to content

Commit

Permalink
--wait not supported in workflow step based on ubunto-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Feb 20, 2023
1 parent 72bd985 commit e63acc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/TestExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
fetch-depth: 0
- name: run app
run: |
docker-compose up --wait
# docker-compose up --wait
docker-compose up -d
sleep 10s
docker ps -a
- name: create csvw json-ld
working-directory: ${{env.WORKING_DIR}}
Expand Down

0 comments on commit e63acc6

Please sign in to comment.