Skip to content

Commit

Permalink
fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaulhaber committed Oct 7, 2024
1 parent a63822d commit 04bdd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Run tests
run: |
docker run -d --rm --name reel-test -p 8080:80 kennethreitz/httpbin
sleep 3s
sleep 5s
eask test buttercup
docker stop reel-test

0 comments on commit 04bdd78

Please sign in to comment.