diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73517d9..9126a12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,11 +22,11 @@ jobs: run: echo "$HOME/.rokit/bin" >> $GITHUB_PATH - name: add lune - run: rokit add lune-org/lune + run: rokit add lune - name: Install Lune run: rokit install - + - name: Run tests run: lune run tests/tests continue-on-error: false \ No newline at end of file