From b1730414e300f4fae52271403ad5b5de1636b05c Mon Sep 17 00:00:00 2001 From: filoxenace Date: Thu, 25 Sep 2025 00:58:31 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b010e5e..e1bba69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,9 +21,11 @@ jobs: - name: add rokit to PATH run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH - # Install lune + # add and install lune - name: Install Lune - run: rokit install + run: | + rokit add lune-org/lune + rokit install # Run ./tests/tests.luau with lune and fail if it exits with process code 1 - name: Run tests run: lune run tests/tests