fix: [github workflows] fix test

pull/569/head
Terrtia 2021-06-11 15:34:08 +02:00
parent 0d976098e7
commit eb7981cccf
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 10 additions and 8 deletions

View File

@ -40,8 +40,10 @@ jobs:
run: |
pushd bin
bash LAUNCH.sh -l
popd
# Runs a set of commands using the runners shell
- name: Run tests
run: bash LAUNCH.sh -t
run: |
pushd bin
bash LAUNCH.sh -t