aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 16:57:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 17:01:21 +0300
commitf915b1981feef2146924a9556285993bc08dfcbe (patch)
tree5de00def4771d82746ca71cc9d2dbffa2d7a1957 /.github
parentREADME: fix a typo (diff)
downloadcgitize-f915b1981feef2146924a9556285993bc08dfcbe.tar.gz
cgitize-f915b1981feef2146924a9556285993bc08dfcbe.zip
test/integration/docker: remove output directory
Diffstat (limited to '.github')
-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]