Update tests.yml

This commit is contained in:
2025-09-25 00:58:31 -04:00
parent b463ac275a
commit b1730414e3
+4 -2
View File
@@ -21,9 +21,11 @@ jobs:
- name: add rokit to PATH - name: add rokit to PATH
run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH
# Install lune # add and install lune
- name: 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 # Run ./tests/tests.luau with lune and fail if it exits with process code 1
- name: Run tests - name: Run tests
run: lune run tests/tests run: lune run tests/tests