mirror of https://github.com/CIRCL/AIL-framework
fix: [github workflows] fix test
parent
0d976098e7
commit
eb7981cccf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue