Fixed Makefile bug
This commit is contained in:
parent
37cb1aaf1a
commit
961498fc99
3
.github/workflows/backup.sh.yml
vendored
3
.github/workflows/backup.sh.yml
vendored
@ -17,6 +17,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
shellcheck backup.sh
|
shellcheck backup.sh
|
||||||
shellcheck tests.sh
|
shellcheck tests.sh
|
||||||
|
- name: Install using Makefile
|
||||||
|
run: |
|
||||||
|
make install
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
sudo ./tests.sh I_HAVE_READ_THE_HELPER
|
sudo ./tests.sh I_HAVE_READ_THE_HELPER
|
||||||
|
Loading…
Reference in New Issue
Block a user