aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b95f9f..7416e5b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Integration test (Docker)
- run: ./test/integration/docker/test.sh
+ run: sudo ./test/integration/docker/test.sh
publish_docker:
needs: [test_local, test_example_config, test_docker]