mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Rename
This commit is contained in:
parent
0cdd062661
commit
9b57174a1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
output=$(./luau tests/world.luau)
|
||||
echo "$output"
|
||||
if [[ "$COMMAND_OUTPUT" == *"0 fails"* ]]; then
|
||||
if [[ "$output" == *"0 fails"* ]]; then
|
||||
echo "Unit Tests Passed"
|
||||
else
|
||||
echo "Error: One or More Unit Tests Failed."
|
||||
|
|
Loading…
Reference in a new issue