From 6387d32c2fa077571b75757dae8f90e70eaf1c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=BCster?= Date: Wed, 23 Jun 2021 12:25:02 +0200 Subject: [PATCH] ci fix script name --- .github/workflows/test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index b90472eaf..7f1b2b39d 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -131,7 +131,7 @@ jobs: run: meteor npm ci - name: Run Tests - run: sh ./test-wkan.sh -cv + run: sh ./test-wekan.sh -cv - name: Upload coverage uses: actions/upload-artifact@v2