1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

Fix typo in script name

This commit is contained in:
Dawid Dziurla 2020-03-19 12:21:23 +01:00 committed by Jesse Duffield
parent 31823a7405
commit 6183d92315

View File

@ -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