Skip to content

Commit

Permalink
Add integration-tests-require-sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 16, 2024
1 parent 43a9863 commit c823d46
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
lint_test:
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true

integration-tests-require-sudo: true

docker_pipeline:
uses: hiepmai-babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: false
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: docker_publish

on:
push:
branches:
- 'hiep/add-github-actions'
tags:
- 'hiep/add-github-actions'

jobs:
lint_test:
uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@hiep/add-reusable-workflows
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-require-sudo: true

docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
secrets: inherit
with:
publish: true
dockerfile: ./contrib/images/babylond/Dockerfile

0 comments on commit c823d46

Please sign in to comment.