mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-02 22:00:53 +01:00
chore(actions): use format string shell
key for test step
This commit is contained in:
parent
3bd86b99f1
commit
b7d26776c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
run: nix develop -c pesde install --locked
|
||||
|
||||
- name: Run tests
|
||||
shell: nix develop -c bash
|
||||
shell: 'nix develop -c {0}'
|
||||
run: |
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue