chore(actions): use format string shell key for test step

This commit is contained in:
Erica Marigold 2025-02-24 08:02:47 +00:00
parent 3bd86b99f1
commit b7d26776c5
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -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