mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 17:40:02 +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
|
- name: Run Unit Tests
|
||||||
id: run_tests
|
id: run_tests
|
||||||
run: |
|
run: |
|
||||||
output=$(./luau tests/world.luau)
|
./luau tests/world.luau >> "$GITHUB_OUTPUT"
|
||||||
echo "$output"
|
echo "$GITHUB_OUTPUT"
|
||||||
echo "$output" > "$GITHUB_OUTPUT"
|
|
||||||
|
|
||||||
- name: Check Unit Tests
|
- name: Check Unit Tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue