aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-12 10:12:16 -0400
committerGravatar BanceDev 2024-09-12 10:12:16 -0400
commitee88d0087d4d17d974f39b0e9a7b6f35b4cfc91c (patch)
tree92a0438ec60417653b0c07c982eae024f6ee05a8 /.github
parentattempt to update build script to accept input into lush shell (diff)
temporary github action fix until non-interactive mode is implemented
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
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