From 1ffac779187263f44f38755005727b5f4a59c851 Mon Sep 17 00:00:00 2001 From: Pablo Mendez Date: Mon, 24 Apr 2023 17:16:01 +0200 Subject: [PATCH] add end to end test --- .github/workflows/main.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cfdc431..a1aaa90 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,6 +18,15 @@ jobs: - uses: actions/checkout@v2 - run: npx @dappnode/dappnodesdk build --skip_save + e2e-test: + runs-on: prater + 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://goerli-besu.dappnode:8545 --network prater + release: name: Release runs-on: ubuntu-latest