Skip to content

Conversation

@pvditto
Copy link
Contributor

@pvditto pvditto commented Oct 31, 2025

Resolves syntax errors in integration test workflows for:

  • Android Kotlin
  • Android Java
  • C++ Android
  • Swift

Also, adds a new check that fails if any workflows have syntax errors.

edit: I tried adding a linter for the workflows but there were so many warnings, especially from shellcheck on inline scripts, that should be its own task

@pvditto pvditto changed the title Fix Swift Browserstack CI workflow Fix syntax errors in Browserstack CI workflows Oct 31, 2025
@pvditto pvditto requested a review from teodorciuraru October 31, 2025 10:45
@pvditto pvditto self-assigned this Oct 31, 2025
@pvditto pvditto marked this pull request as ready for review October 31, 2025 11:46
@pvditto pvditto requested a review from a team as a code owner October 31, 2025 11:46
Copilot AI review requested due to automatic review settings October 31, 2025 11:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR cleans up GitHub Actions workflow files by removing empty with: blocks and standardizing YAML formatting. The changes improve code consistency without altering workflow functionality.

  • Removed unnecessary empty with: blocks from action invocations across multiple CI workflows
  • Standardized quote style from single quotes to double quotes for YAML string values
  • Fixed indentation and removed extraneous blank lines

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/swift-ci.yml Removed empty with: block from generate-browserstack-names action
.github/workflows/java-spring-ci.yml Removed empty with: block, standardized quotes to double quotes, fixed indentation, and removed extra blank lines
.github/workflows/android-kotlin-ci.yml Removed empty with: block from generate-browserstack-names action
.github/workflows/android-java-ci.yml Removed empty with: block, standardized quotes to double quotes, and fixed indentation
.github/workflows/android-cpp-ci.yml Removed empty with: block from generate-browserstack-names action

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pvditto pvditto merged commit 5205d2c into main Oct 31, 2025
33 checks passed
@pvditto pvditto deleted the pv/sdks-2001-quickstart-swift-integration-testing-broken-due-to-syntax branch October 31, 2025 14:06
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.

3 participants