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

GitHub Actions: Upload iOS app error log on CI build failure #1215

Merged

Conversation

ivan-magda
Copy link
Member

Resolves #1214

Checklist

Before Code Review:

  • Fields "Assignees, Labels, Milestone" are filled in the pull request;
  • All checks have been passed;
  • Changes have been checked locally.

Description

This pull request includes several updates to the CI/CD workflows for the iosHyperskillApp project. The changes primarily involve standardizing the use of double quotes for strings and adding steps to upload error logs if a failure occurs.

Standardization and Consistency:

  • .github/workflows/ci.yml: Changed single quotes to double quotes for string values in on.push.branches, workflow_dispatch.inputs, jobs.setup-ruby.with, jobs.cache-pods.with, jobs.install-pods.run, jobs.run-swiftlint.run, and jobs.build.run sections. [1] [2] [3]

Error Logging:

@ivan-magda ivan-magda added this to the 1.76 milestone Oct 17, 2024
@ivan-magda ivan-magda self-assigned this Oct 17, 2024
@github-actions github-actions bot added the ci/cd label Oct 17, 2024
@ivan-magda ivan-magda merged commit c3756e9 into develop Oct 17, 2024
12 checks passed
@ivan-magda ivan-magda deleted the feature/1214-upload-ios-app-error-log-on-ci-build-failure branch October 17, 2024 05:49
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.

Upload iOS app error log on CI build failure
1 participant