Skip to content

Commit

Permalink
trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 27, 2024
1 parent 61f1002 commit 265bed7
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 @@ -24,15 +24,15 @@ jobs:
if: github.event_name != 'push'
name: End to end tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npx @dappnode/dappnodesdk@latest github-action test-end-to-end --errorLogsTimeout 120 --healthCheckUrl http://web3signer.web3signer.dappnode:9000 --network mainnet

release:
name: Release
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Publish
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
env:
Expand Down

0 comments on commit 265bed7

Please sign in to comment.