Change tests shell to bash
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 10s
Continous Integration / Styling (push) Successful in 10s
Continous Integration / Unit Testing (push) Successful in 14s
Release / Build (push) Successful in 10s
Release / Release (push) Failing after 9s
Release / Publish (push) Has been skipped

This commit is contained in:
marked 2025-05-07 01:04:13 +02:00
parent 8cfda67894
commit a07c92b54f

View file

@ -90,6 +90,7 @@ jobs:
pesde install
- name: Run Unit Tests
shell: bash
run: |
output=$(luau test/tests.luau)
echo "$output"