fix: [github workflows] fix test

This commit is contained in:
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

View file

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