mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [github workflows] fix test
This commit is contained in:
parent
0d976098e7
commit
eb7981cccf
1 changed files with 10 additions and 8 deletions
6
.github/workflows/ail_framework_test.yml
vendored
6
.github/workflows/ail_framework_test.yml
vendored
|
@ -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 a new issue