From 22d880529f613a496b2d273345024c125e446c96 Mon Sep 17 00:00:00 2001 From: filoxenace Date: Thu, 25 Sep 2025 00:59:42 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1bba69..73517d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,12 +21,12 @@ jobs: - name: add rokit to PATH run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH - # add and install lune + - name: add lune + run: rokit add lune-org/lune + - name: Install Lune - run: | - rokit add lune-org/lune - rokit install - # Run ./tests/tests.luau with lune and fail if it exits with process code 1 + run: rokit install + - name: Run tests run: lune run tests/tests continue-on-error: false \ No newline at end of file