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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI with GH actions #73

Merged
merged 2 commits into from Aug 24, 2020
Merged

CI with GH actions #73

merged 2 commits into from Aug 24, 2020

Conversation

paultopher
Copy link
Contributor

Goals 馃幆

Use Github Actions for CI

@paultopher paultopher force-pushed the paul/gh_actions branch 3 times, most recently from 6a1a578 to d8759ea Compare August 20, 2020 18:00
- name: Run Tests
run: |
bundle exec fastlane test scheme:"UnitTests"
bundle exec fastlane test scheme:"IntegrationTests"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this automatically start the simulator?

Comment on lines 32 to 37
- name: Run Tests
run: |
bundle exec fastlane test scheme:"UnitTests"
bundle exec fastlane test scheme:"IntegrationTests"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's separate the unit tests from the integration test step so it's easier to grok later if something goes wrong

Suggested change
- name: Run Tests
run: |
bundle exec fastlane test scheme:"UnitTests"
bundle exec fastlane test scheme:"IntegrationTests"
- name: Run Unit Tests
run: bundle exec fastlane test scheme:"UnitTests"
- name: Run Integration Tests
run: bundle exec fastlane test scheme:"IntegrationTests"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend the same

@paultopher paultopher merged commit aca93b5 into master Aug 24, 2020
@paultopher paultopher deleted the paul/gh_actions branch August 24, 2020 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants