Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Change Unity UnitTest from Mono to IL2CPP and enabled on CI #132

Merged
merged 8 commits into from
Aug 1, 2024

Conversation

guitarrapc
Copy link
Contributor

@guitarrapc guitarrapc commented Jul 31, 2024

tl;dr;

Previously CI's Unity UnitTest was disabled due to Unity Headless (DedicatedServer) API stability issue. I've confirm it's stable now and enable UnitTest on GitHub Actions.

To Run UnitTest IL2CPP.

  • Bump Unity version from 2020.2.1f1 to 2022.3.39f1. (LTS)
  • Change Unity versions running on matrix to latest LTS.
  • Enable Unity UnitTest on GitHub Actions
  • Change Unity UnitTest from Mono to IL2CPP
  • Change RuntimeUnitTestToolkit from UnityPackage to UPM
  • Bump RuntimeUnitTestToolkit from 2.3.0 to 2.6.0

@guitarrapc guitarrapc self-assigned this Jul 31, 2024
@neuecc neuecc merged commit 051b80a into master Aug 1, 2024
5 checks passed
@neuecc neuecc deleted the feature/unittest branch August 1, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants