Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down