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

Post error test results to Slack #4404

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

tonidero
Copy link
Contributor

Description

This adds a slack notification to all CircleCI jobs that error out.

@@ -411,6 +417,7 @@ jobs:
name: SPM Release Build
command: swift build -c release --target RevenueCat
no_output_timeout: 30m
- slack-notify
Copy link
Contributor

Choose a reason for hiding this comment

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

I would generally prefer these to be part of fastlane, but I think in this case, since there's an orb that gets updates and automatically post failures (right?), I like it here

- api-tests
- backend-integration-tests-SK1:
context:
- slack-secrets-ios
Copy link
Contributor

Choose a reason for hiding this comment

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

to bad there is not a way to pass this to the workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah I tried but no luck 😢. It's one of the things I liked the least of this approach...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants