Skip to content

Commit

Permalink
Run e2e as root
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 16, 2024
1 parent 38ac574 commit c802927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-require-sudo: true
integration-tests-command: |
"sudo make test-e2e"
docker_pipeline:
uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/add-reusable-workflows
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
run-unit-tests: true
run-integration-tests: true
run-lint: true
integration-tests-require-sudo: true
integration-tests-command: |
"sudo make test-e2e"
Expand Down

0 comments on commit c802927

Please sign in to comment.