-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add catalyst #7192
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
Add catalyst #7192
Conversation
| spm-cron: | ||
| # Don't run on private repo. | ||
| if: github.event_name == 'schedule' && github.repository != 'FirebasePrivate/firebase-ios-sdk' | ||
| runs-on: macOS-latest |
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.
Temporarily comment line 51 to test the spm-cron job before tonight.
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.
Done!
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.
LGTM!
| if: github.repository != 'FirebasePrivate/firebase-ios-sdk' || github.event_name == 'pull_request' | ||
| runs-on: macOS-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 |
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.
Change the build on line 74 to test to also run tests
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.
I made this change, but my integration tests are failing. Am I missing the GoogleService-Info.plist under catalyst?
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.
Usually a GoogleService-Info.plist isn't needed for unit tests. It looks like the scheme needs to be specified - like https://github.com/firebase/firebase-ios-sdk/blob/master/.github/workflows/core.yml#L70
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.
Ah perfect, thanks!
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.
LGTM! after uncommenting cron
Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:
Discussion
If not, go file an issue about this before creating a pull request to discuss.
Testing
API Changes
us make Firebase APIs better, please propose your change in a feature request so that we
can discuss it together.