aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-12 16:46:43 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-12 16:53:37 +0100
commit897e8a30ed5b292df9d987f5f566e58a71394ce9 (patch)
tree16105ac99a07d1e3cd95d32a0cdc874fc9154347 /.github
parenttest: add more headers to logs (diff)
downloadwg-api-web-897e8a30ed5b292df9d987f5f566e58a71394ce9.tar.gz
wg-api-web-897e8a30ed5b292df9d987f5f566e58a71394ce9.zip
test: refactoring
In preparation to adding LinuxServer tests.
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 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]