Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Aug 2, 2024
1 parent 5c3260f commit 7f73b76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-lint: false
integration-tests-command: |
sudo make test-e2e
make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
dockerfile: ./Dockerfile
repoName: babylon-sdk

0 comments on commit 7f73b76

Please sign in to comment.