diff --git a/.github/actions/automatic-test/action.yml b/.github/actions/automatic-test/action.yml index 11a6c8d2..4b5326cb 100644 --- a/.github/actions/automatic-test/action.yml +++ b/.github/actions/automatic-test/action.yml @@ -21,16 +21,4 @@ runs: uses: GabrielBB/xvfb-action@v1 with: run: | - if [ ./dest/love Techmino.love --test ]; then - echo "Passed" > .github/workflows/automatic-test/result.txt - else - exit 1 # xvfb seems to return 0 even if the test failed - fi - - name: Finish - shell: bash - run: | - if [ -f .github/workflows/automatic-test/result.txt ]; then - exit 0 - else - exit 1 - fi \ No newline at end of file + ./dest/love Techmino.love --test \ No newline at end of file