Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 8, 2023
1 parent 542996c commit 7e2d67b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
run: |
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.zip --url "https://api.github.com/repos/love2d/love/actions/artifacts/971298535/zip"
7z x love12.zip -o*
love.app/Contents/MacOS/love main.lua
ls
love12/love.app/Contents/MacOS/love main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -27,7 +28,7 @@ jobs:
run: |
curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/23.2.1/mesa3d-23.2.1-release-msvc.7z
7z x mesa.7z -o*
powershell.exe ./systemwidedeploy.cmd 1
powershell.exe mesa\systemwidedeploy.cmd 1
- name: Run Test Suite
run: |
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.zip --url "https://api.github.com/repos/love2d/love/actions/artifacts/971298540/zip"
Expand All @@ -49,6 +50,7 @@ jobs:
run: |
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" --output love12.AppImage --url "https://api.github.com/repos/love2d/love/actions/artifacts/971298534/zip"
chmod a+x love12.AppImage
ls
xvfb-run --auto-servernum love12.AppImage main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
Expand Down

0 comments on commit 7e2d67b

Please sign in to comment.