diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml index 7c8455f..a59560a 100644 --- a/.github/workflows/love.yml +++ b/.github/workflows/love.yml @@ -19,4 +19,4 @@ jobs: sudo chmod +x love.AppImage - name: Run Tests run: | - cd tests && ./love.AppImage . \ No newline at end of file + ./love.AppImage tests \ No newline at end of file