From 9541ab6a15ac3767440b98f68c37ccab560a0de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Buko=C5=A1ek?= Date: Thu, 12 Dec 2024 11:54:52 +0100 Subject: [PATCH] ci: Fix Docker options after removing oasis-deposit --- .github/workflows/ci-playwright.yaml | 2 +- .github/workflows/ci-test-go.yaml | 2 +- .github/workflows/contracts-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-playwright.yaml b/.github/workflows/ci-playwright.yaml index c48abb9d8..b5670ca49 100644 --- a/.github/workflows/ci-playwright.yaml +++ b/.github/workflows/ci-playwright.yaml @@ -16,7 +16,7 @@ jobs: - 8545:8545 - 8546:8546 env: - OASIS_DEPOSIT_BINARY: /oasis-deposit -test-mnemonic -n 5 + OASIS_DOCKER_START_EXPLORER: no options: >- --rm --health-cmd="test -f /CONTAINER_READY" diff --git a/.github/workflows/ci-test-go.yaml b/.github/workflows/ci-test-go.yaml index adea768dc..4e080bb05 100644 --- a/.github/workflows/ci-test-go.yaml +++ b/.github/workflows/ci-test-go.yaml @@ -26,7 +26,7 @@ jobs: - 8545:8545 - 8546:8546 env: - OASIS_DEPOSIT_BINARY: /oasis-deposit -test-mnemonic -n 2 + OASIS_DOCKER_START_EXPLORER: no options: >- --rm --health-cmd="test -f /CONTAINER_READY" diff --git a/.github/workflows/contracts-test.yaml b/.github/workflows/contracts-test.yaml index 85ebc7906..6cc434f8b 100644 --- a/.github/workflows/contracts-test.yaml +++ b/.github/workflows/contracts-test.yaml @@ -16,7 +16,7 @@ jobs: - 8545:8545 - 8546:8546 env: - OASIS_DEPOSIT_BINARY: /oasis-deposit -test-mnemonic -n 5 + OASIS_DOCKER_START_EXPLORER: no options: >- --rm --health-cmd="test -f /CONTAINER_READY"