diff options
| author | 2024-09-12 14:16:14 -0400 | |
|---|---|---|
| committer | 2024-09-12 14:16:14 -0400 | |
| commit | 2c7d28aaa222a84df9519251fd893152b1eb1517 (patch) | |
| tree | 8c6a95ff2efb597ffbc51db785db8d36d35ac631 /.github | |
| parent | temporary github action fix until non-interactive mode is implemented (diff) | |
added non interative mode for running lua scripts
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fcd9fd..91955e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,11 +53,8 @@ jobs: - name: Run Lua tests run: | - /usr/bin/lush <<EOF || true cd test - run_tests.lua - exit - EOF + lush run_tests.lua - name: Upload the compiled binary uses: actions/upload-artifact@v3 |
