From f915b1981feef2146924a9556285993bc08dfcbe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 16:57:59 +0300 Subject: test/integration/docker: remove output directory --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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] -- cgit v1.2.3