Make unit tests run in bash
This commit is contained in:
parent
94be4c13a6
commit
d824fca8de
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ jobs:
|
||||||
run: lune run src/init -- sync jecs
|
run: lune run src/init -- sync jecs
|
||||||
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
output=$(lune run src/init -- test jecs)
|
output=$(lune run src/init -- test jecs)
|
||||||
echo "$output"
|
echo "$output"
|
||||||
|
|
Loading…
Reference in a new issue