diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a585db..c8ed21c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,15 @@ jobs: - uses: actions/checkout@v2 - run: npx @dappnode/dappnodesdk build --skip_save + e2e-test: + runs-on: packages + 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 30 --healthCheckUrl http://rotki.dappnode + release: name: Release runs-on: ubuntu-latest