Skip to content

Commit

Permalink
migrate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Jul 29, 2024
1 parent 5cb9925 commit def4522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
- 'dev'
tags:
- '*'

jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-command: |
sudo make test-e2e
docker_pipeline:
uses: babylonchain/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
needs: ["lint_test"]
secrets: inherit
with:
publish: true
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
repoName: babylond

0 comments on commit def4522

Please sign in to comment.