From 3e3c5913ae34d6d52c9b4fc66747f95b6bfb3576 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 11 Aug 2024 14:02:49 -0700 Subject: [PATCH] Minor fixes --- .github/workflows/main.yml | 2 +- integration-test/run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb8ace29..3846c8a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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() diff --git a/integration-test/run_tests.sh b/integration-test/run_tests.sh index 77b4a755..b86dcfab 100755 --- a/integration-test/run_tests.sh +++ b/integration-test/run_tests.sh @@ -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