mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
second attempt
This commit is contained in:
parent
5d3abe6208
commit
c91cf465ba
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -23,9 +23,8 @@ jobs:
|
|||
- name: Run Unit Tests
|
||||
id: run_tests
|
||||
run: |
|
||||
output=$(./luau tests/world.luau)
|
||||
echo "$output"
|
||||
echo "$output" > "$GITHUB_OUTPUT"
|
||||
./luau tests/world.luau >> "$GITHUB_OUTPUT"
|
||||
echo "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Check Unit Tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue