Skip to content

Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.11 in /tests/e2e #24

Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.11 in /tests/e2e

Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.11 in /tests/e2e #24

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
jobs:
test:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
integration-tests-command: |
make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
needs: ["test"]
secrets: inherit
with:
publish: false
dockerfile: ./Dockerfile
repoName: babylon-sdk