diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4fe904..dcae065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,9 +53,11 @@ jobs: - name: Run Lua tests run: | - lush - ./test/run_tests.lua - exit + /usr/bin/lush <<EOF + cd test + run_tests.lua + exit + EOF - name: Upload the compiled binary (Optional) uses: actions/upload-artifact@v3 |
