aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-11 19:15:36 +0100
committerGitHub <noreply@github.com>2021-01-11 19:15:36 +0100
commit723563bb27ceb17594eb04784449cd9f8ea6001d (patch)
treedce3d01422956dabdce7c2b50e7a6005187a8eba /.github/workflows/ci.yml
parent21ff5c1e92624b09a1f065af07d8330c8aedcd58 (diff)
downloadlibquotient-723563bb27ceb17594eb04784449cd9f8ea6001d.tar.gz
libquotient-723563bb27ceb17594eb04784449cd9f8ea6001d.zip
Don't run the test if TEST_USER is empty
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a374fac0..082ce005 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -106,6 +106,7 @@ jobs:
cmake --build build-test --target all
- name: Run tests
+ if: secrets.TEST_USER != ''
env:
TEST_USER: ${{ secrets.TEST_USER }}
TEST_PWD: ${{ secrets.TEST_PWD }}