From 8f10ba907c8da6a00bf51f660950ca73e7b4add1 Mon Sep 17 00:00:00 2001 From: ell <77150506+ellraiser@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:58:55 +0100 Subject: [PATCH] check flag change --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index baa2e7286..f8ef7a5dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -210,7 +210,7 @@ jobs: run: cmake --build build --config Release --target install - name: Run All Tests (OpenGL) if: steps.vars.outputs.arch != 'ARM64' - run: install\lovec.exe testing/main.lua --renderers opengl + run: install\lovec.exe testing/main.lua - name: Love Test Report (OpenGL) if: steps.vars.outputs.arch != 'ARM64' uses: ellraiser/love-test-report@main @@ -257,7 +257,7 @@ jobs: name: love-macos path: love-macos.zip - name: Run All Tests (OpenGL) - run: love-macos/love.app/Contents/MacOS/love testing --renderers opengl + run: love-macos/love.app/Contents/MacOS/love testing - name: Love Test Report (OpenGL) uses: ellraiser/love-test-report@main with: @@ -265,7 +265,7 @@ jobs: title: macos-test-report-opengl path: testing/output/lovetest_runAllTests.md - name: Run All Tests (metal) - run: love-macos/love.app/Contents/MacOS/love testing --renderers opengl + run: love-macos/love.app/Contents/MacOS/love testing --renderers metal - name: Love Test Report (metal) uses: ellraiser/love-test-report@main with: