mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Combine steps
This commit is contained in:
parent
e2e3b002f3
commit
0cdd062661
1 changed files with 1 additions and 5 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -25,10 +25,6 @@ jobs:
|
|||
run: |
|
||||
output=$(./luau tests/world.luau)
|
||||
echo "$output"
|
||||
echo "COMMAND_OUTPUT=$output" >> $GITHUB_ENV
|
||||
|
||||
- name: Check Unit Tests
|
||||
run: |
|
||||
if [[ "$COMMAND_OUTPUT" == *"0 fails"* ]]; then
|
||||
echo "Unit Tests Passed"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue