Skip to content

Commit

Permalink
chore: Run iOS tests on Ubuntu (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Oct 21, 2024
1 parent dd2b428 commit 2085934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,18 @@ jobs:
docker exec unity dotnet msbuild /t:UnityPlayModeTest /p:Configuration=Release /p:OutDir=other test/Sentry.Unity.Tests
- name: Upload test artifacts (playmode)
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: Test results (playmode)
name: Test results (playmode) - ${{matrix.unity-version}}
path: artifacts/test/playmode

- name: Run Unity tests (editmode)
run: docker exec unity dotnet msbuild /t:UnityEditModeTest /p:Configuration=Release /p:OutDir=other test/Sentry.Unity.Editor.Tests

- name: Upload test artifacts (editmode)
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: Test results (editmode)
name: Test results (editmode) - ${{matrix.unity-version}}
path: artifacts/test/editmode

package-validation:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2085934

Please sign in to comment.