-
Notifications
You must be signed in to change notification settings - Fork 46
Create Unity GHA and apply to all the workflows #512
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
Conversation
❌ Integration test FAILEDRequested by @firebase-workflow-trigger[bot] on commit e90453b
|
.github/workflows/build_linux.yml
Outdated
|
||
- name: Setup Unity path | ||
- name: Setup Env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: seems it's only setup swig related environment, so let's be a bit more specific, set the name to Setup Swig Env
.github/workflows/build_macos.yml
Outdated
|
||
- name: Setup Unity path | ||
- name: Setup Env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
.github/workflows/build_windows.yml
Outdated
|
||
- name: Setup Unity path | ||
- name: Setup Env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
Description
Replace all the Unity logic in workflows with GHA.
Testing
Type of Change
Place an
x
the applicable box: