use same ports for host and containers, update for chain's p2p port #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build test | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: npx @dappnode/dappnodesdk github-action build --variant gnosis | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| PINATA_API_KEY: ${{ secrets.PINATA_API_KEY }} | |
| PINATA_SECRET_API_KEY: ${{ secrets.PINATA_SECRET_API_KEY }} |