Update tests.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user