mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
attempt 4
This commit is contained in:
parent
a96c1bb955
commit
c7fd938526
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -7,6 +7,9 @@ jobs:
|
|||
name: Run Luau Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
output1: ${{ steps.run_tests.outputs.result }}
|
||||
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
uses: actions/checkout@v3
|
||||
|
@ -22,8 +25,6 @@ jobs:
|
|||
|
||||
- name: Run Unit Tests
|
||||
id: run_tests
|
||||
outputs:
|
||||
output1: ${{ steps.run_tests.outputs.result }}
|
||||
run: |
|
||||
output=$(./luau tests/world.luau)
|
||||
echo "$output"
|
||||
|
|
Loading…
Reference in a new issue