summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-03-19 12:21:23 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:55:44 +1100
commit6183d923156c04cb0f55a5637946025b9de3c49b (patch)
treec129f5da148c9e4544a918798a17a7c913673168
parent31823a7405bd23de356a0920113b58e8578a985f (diff)
Fix typo in script name
-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 0fd378528..56e0c234d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
fi
- name: Run tests
run: |
- ./tests.sh
+ ./test.sh
- name: Push on codecov result
uses: codecov/codecov-action@v1
- name: Compile project on every platform