Skip to content

Commit

Permalink
check flag change
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 6, 2023
1 parent a620910 commit 8f10ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -257,15 +257,15 @@ 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:
name: Love Testsuite MacOS (OpenGL)
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:
Expand Down

0 comments on commit 8f10ba9

Please sign in to comment.