Skip to content

Commit

Permalink
10 minute test cycle is insane
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 1, 2023
1 parent 8251778 commit ffc38a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
done
- name: Run tests against container
run: |
pytest ./test || docker exec docker logs ctfd && false
pytest ./test || docker exec dojo docker logs ctfd && false

0 comments on commit ffc38a4

Please sign in to comment.