Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
add end to end test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 24, 2023
1 parent deea9c8 commit 1ffac77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
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: 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
Expand Down

0 comments on commit 1ffac77

Please sign in to comment.