diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 16:57:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 17:01:21 +0300 |
commit | f915b1981feef2146924a9556285993bc08dfcbe (patch) | |
tree | 5de00def4771d82746ca71cc9d2dbffa2d7a1957 /.github/workflows | |
parent | README: fix a typo (diff) | |
download | cgitize-f915b1981feef2146924a9556285993bc08dfcbe.tar.gz cgitize-f915b1981feef2146924a9556285993bc08dfcbe.zip |
test/integration/docker: remove output directory
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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] |