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