Update tests.yml

This commit is contained in:
2025-09-25 00:59:42 -04:00
parent b1730414e3
commit 22d880529f
+5 -5
View File
@@ -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