| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-09-12 | attempt to update build script to accept input into lush shell | 2 | -4/+6 | ||
| 2024-09-12 | prevent lush workflow from getting stuck in tests | 1 | -1/+4 | ||
| 2024-09-12 | removed chsh in workflow | 1 | -4/+1 | ||
From 2fdc7ccbc06c1ea1ca347f5fa40f256296d6309c Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Thu, 12 Sep 2024 09:39:27 -0400 Subject: prevent lush workflow from getting stuck in tests --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d702849..e4fe904 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,10 @@ jobs: fi - name: Run Lua tests - run: lush ./test/run_tests.lua + run: | + lush + ./test/run_tests.lua + exit - name: Upload the compiled binary (Optional) uses: actions/upload-artifact@v3 -- cgit v1.2.3-59-g8ed1b ubmit();'>
| aboutsummaryrefslogtreecommitdiffstats |
| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-09-12 | attempt to update build script to accept input into lush shell | 2 | -4/+6 | ||
| 2024-09-12 | prevent lush workflow from getting stuck in tests | 1 | -1/+4 | ||
| 2024-09-12 | removed chsh in workflow | 1 | -4/+1 | ||