From 0ce067c1e4db7216142cc9fe67c2b3c12434119c Mon Sep 17 00:00:00 2001 From: dsimog01 <47595345+dsimog01@users.noreply.github.com> Date: Tue, 2 May 2023 16:34:14 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index feee1b9..23d9b17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,15 @@ jobs: steps: - uses: actions/checkout@v2 - run: docker-compose build + + e2e-test: + runs-on: mainnet + needs: build-test + if: github.event_name != 'push' + name: End to end tests + steps: + - uses: actions/checkout@v2 + - run: npx @dappnode/dappnodesdk@latest github-action test-end-to-end --errorLogsTimeout 120 --healthCheckUrl http://geth.dappnode:8545 --network mainnet release: name: Release