Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Aug 11, 2024
1 parent 213899f commit 3e3c591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Dump docker logs
if: failure()
run: |
cd integration-test && docker-compose logs --no-color > integration-test.log
cd integration-test && docker compose logs --no-color > integration-test.log
- name: Upload integration-test.log
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion integration-test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export EXTENDED_PAYMENT_KEY="$ROOT"/keys/extended.skey
export POOL_ID=$(cat "$ROOT"/keys/pool/pool.id)

# Wait for stake pool to start producing blocks
#sleep 30
sleep 30

poetry run pytest -m "not (CardanoCLI)" -s -vv -n 4 "$ROOT"/test

Expand Down

0 comments on commit 3e3c591

Please sign in to comment.