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

fix: Fixing Build and Test workflow #158

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

sebaland
Copy link
Member

Description of changes:

The build-and-test workflow was missing the && exit ${PIPESTATUS[0]} command when running the tests, causing it to fail to report the actual status of the operation.
Because of that, if the tests failed the workflow would still succeed.

I'm also removing the "Build AppSyncRealTimeClient" step because it's unnecessary, running xcodebuild test will also build.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sebaland sebaland requested a review from a team as a code owner March 19, 2024 21:15
@sebaland sebaland merged commit b3ae9e3 into main Mar 19, 2024
1 of 2 checks passed
@sebaland sebaland deleted the ruisebas/fixing-test-workflow branch March 19, 2024 21:20
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