diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 16:46:43 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-12 16:53:37 +0100 |
commit | 897e8a30ed5b292df9d987f5f566e58a71394ce9 (patch) | |
tree | 16105ac99a07d1e3cd95d32a0cdc874fc9154347 /.github/workflows | |
parent | test: add more headers to logs (diff) | |
download | wg-api-web-897e8a30ed5b292df9d987f5f566e58a71394ce9.tar.gz wg-api-web-897e8a30ed5b292df9d987f5f566e58a71394ce9.zip |
test: refactoring
In preparation to adding LinuxServer tests.
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 bf34bae..3f229d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: sudo apt install -y wireguard-tools - name: Test - run: sudo ./test/test.sh + run: sudo ./test/host/test.sh publish: needs: [test] |