Skip to content

Commit

Permalink
CI testing with sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2024
1 parent 1adb776 commit 81665e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
docker compose -f docker-compose.yaml up -d
- name: Execute tests
run: |
docker compose run paper_trail mix test test/paper_trail
docker compose run paper_trail mix test test/version
docker compose run paper_trail mix test test/uuid
STRING_TEST=true docker compose run paper_trail mix test test/uuid
docker compose run --service-ports paper_trail mix test test/paper_trail
docker compose run --service-ports paper_trail mix test test/version
docker compose run --service-ports paper_trail mix test test/uuid
STRING_TEST=true docker compose run --service-ports paper_trail mix test test/uuid
- name: Check Formatted
run: docker compose run paper_trail mix format --check-formatted

0 comments on commit 81665e1

Please sign in to comment.