Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 19, 2024
1 parent 00f1dbc commit afe325a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- run: npx @dappnode/dappnodesdk build --skip_save

e2e-test:
runs-on: prater
runs-on: holesky
needs: build-test
if: github.event_name != 'push'
name: End to end tests
steps:
- uses: actions/checkout@v3
- run: npx @dappnode/dappnodesdk@latest github-action test-end-to-end --errorLogsTimeout 120 --healthCheckUrl http://beacon-chain.lodestar-prater.dappnode:3500/eth/v1/beacon/genesis --network prater
- run: npx @dappnode/dappnodesdk@latest github-action test-end-to-end --errorLogsTimeout 120 --healthCheckUrl http://beacon-chain.lodestar-holesky.dappnode:3500/eth/v1/beacon/genesis --network holesky --environmentByService="{\"beacon-chain\":{\"CHECKPOINT_SYNC_URL\":\"https://checkpoint-sync-holesky.dappnode.io\"}}"
env:
VALIDATOR_INDEX: ${{ secrets.HOLESKY_VALIDATOR_INDEX }}

Expand Down

0 comments on commit afe325a

Please sign in to comment.