Skip to content

Commit

Permalink
match test names
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 10, 2023
1 parent 209476e commit 310df27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite MacOS
title: macos-test-report
title: test-report-macos
path: output/lovetest_runAllTests.md
- name: Zip Test Output
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Windows (opengl)
title: windows-test-report-opengl
title: test-report-windows-opengl
path: output/lovetest_runAllTests.md
- name: Zip Test Output (opengl)
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Windows (opengles)
title: windows-test-report-opengles
title: test-report-windows-opengles
path: output/lovetest_runAllTests.md
- name: Zip Test Output (opengles)
run: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Windows (vulkan)
title: windows-test-report-vulkan
title: test-report-windows-vulkan
path: output/lovetest_runAllTests.md
- name: Zip Test Output (vulkan)
run: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Linux
title: linux-test-report-opengl
title: test-report-linux-opengl
path: output/lovetest_runAllTests.md
- name: Zip Test Output (opengl)
run: |
Expand All @@ -172,7 +172,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Linux
title: linux-test-report-opengles
title: test-report-linux-opengles
path: output/lovetest_runAllTests.md
- name: Zip Test Output (opengles)
run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: ellraiser/love-test-report@main
with:
name: Love Testsuite Linux
title: linux-test-report-vulkan
title: test-report-linux-vulkan
path: output/lovetest_runAllTests.md
- name: Zip Test Output (vulkan)
run: |
Expand Down

0 comments on commit 310df27

Please sign in to comment.