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