mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-06 23:30:55 +01:00
chore(actions): don't set shell
key for test step
This commit is contained in:
parent
b7d26776c5
commit
330ee3b884
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -115,9 +115,8 @@ jobs:
|
||||||
run: nix develop -c pesde install --locked
|
run: nix develop -c pesde install --locked
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: 'nix develop -c {0}'
|
|
||||||
run: |
|
run: |
|
||||||
# HACK: Since the exit code isn't properly reflected due to frktest not returning
|
# HACK: Since the exit code isn't properly reflected due to frktest not returning
|
||||||
# the correct status on test fails, we have to parse the output and check ourselves
|
# the correct status on test fails, we have to parse the output and check ourselves
|
||||||
output="$(lune run tests extract | tee /dev/tty)"
|
output="$(nix develop -c lune run tests extract | tee /dev/tty)"
|
||||||
tail -n 1 <<< $output | sed 's/\x1b\[[0-9;]*m//g' | grep -q "status: OK"
|
tail -n 1 <<< $output | sed 's/\x1b\[[0-9;]*m//g' | grep -q "status: OK"
|
||||||
|
|
Loading…
Add table
Reference in a new issue