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

Split CI checks based on technology stack #367

Merged

Conversation

rolandkakonyi
Copy link
Contributor

@rolandkakonyi rolandkakonyi commented Dec 19, 2023

Description

Our CI checks run for every change except for Markdown-only changes.
This can be improved by having domain-specific workflows that are filtered by file paths.

Changes

I replaced our single ci.yml workflow with 3 different workflows:

  • ci-typescript.yml: execute TypeScript-only checks
  • ci-android.yml: execute Android specific checks
  • ci-ios-tvos.yml: execute iOS/tvOS specific checks

Checklist

  • 🗒 CHANGELOG entry - CI only changes, not applicable

@rolandkakonyi rolandkakonyi self-assigned this Dec 19, 2023
@rolandkakonyi rolandkakonyi marked this pull request as ready for review December 19, 2023 10:24
Copy link
Contributor

@zigavehovec zigavehovec left a comment

Choose a reason for hiding this comment

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

Very cool 👍

@rolandkakonyi rolandkakonyi merged commit 015e45c into development Dec 19, 2023
9 checks passed
@rolandkakonyi rolandkakonyi deleted the feature/split-CI-workflow-to-optimize-checks branch December 19, 2023 13:55
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