From 38ac574bad50a4ee1e824479a2bc9069d1007600 Mon Sep 17 00:00:00 2001 From: Hiep Mai Date: Tue, 16 Jul 2024 19:53:48 +0700 Subject: [PATCH] Run e2e as root --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 785eff3f..450a431b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,8 @@ jobs: 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