diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml index a59560a..0b037fe 100644 --- a/.github/workflows/love.yml +++ b/.github/workflows/love.yml @@ -19,4 +19,5 @@ jobs: sudo chmod +x love.AppImage - name: Run Tests run: | - ./love.AppImage tests \ No newline at end of file + ls -l + ./love.AppImage ${{github.workspace}}/tests \ No newline at end of file