diff options
| author | 2024-09-12 10:12:16 -0400 | |
|---|---|---|
| committer | 2024-09-12 10:12:16 -0400 | |
| commit | ee88d0087d4d17d974f39b0e9a7b6f35b4cfc91c (patch) | |
| tree | 92a0438ec60417653b0c07c982eae024f6ee05a8 /.github/workflows | |
| parent | attempt to update build script to accept input into lush shell (diff) | |
temporary github action fix until non-interactive mode is implemented
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcae065..0fcd9fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,13 +53,13 @@ jobs: - name: Run Lua tests run: | - /usr/bin/lush <<EOF + /usr/bin/lush <<EOF || true cd test run_tests.lua exit EOF - - name: Upload the compiled binary (Optional) + - name: Upload the compiled binary uses: actions/upload-artifact@v3 with: name: lush-binary |
