Skip to content

Commit

Permalink
Sleep before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Apr 11, 2023
1 parent 2b77b01 commit afec2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: docker build . --file Dockerfile --tag byrnedo/lurch:latest
- name: Run
run: docker run --rm -d --name test -e APPS_CONFIG_PATH=/etc/lurch/test/apps.yaml -p 8090:80 byrnedo/lurch:latest
- run: sleep 5
- name: Test
run: docker exec test hurl --test --glob '/etc/lurch/test/**/*.hurl'

0 comments on commit afec2a0

Please sign in to comment.