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 Swift PR Checks on nightly-latest CLI #1696

Merged
merged 12 commits into from
May 24, 2023

Commits on May 23, 2023

  1. Add custom setup-swift workflow to PR check

    Now that Swift analysis is on by default, we are autodetecting Swift, but Swift is not set up in this workflow. This change adds the Swift setup workflow.
    angelapwen committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ebb84c5 View commit details
    Browse the repository at this point in the history
  2. Unconditionally run setup-swift

    We now can (and need to) to run these steps without the environment variable being set in the other PR checks.
    angelapwen committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0df283c View commit details
    Browse the repository at this point in the history
  3. Pass Swift experimental flag to debug artifacts PR check

    We cannot remove the conditional in the `setup-swift` workflow because it will fail to find the Swift extractor in prior versions without the experimental flag set. For now we replace the conditional and pass the experimental flag to the failing PR check.
    angelapwen committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f2bad39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    424b55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91268d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ee1898 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25fbb22 View commit details
    Browse the repository at this point in the history
  8. Fix typos

    angelapwen committed May 23, 2023
    Configuration menu
    Copy the full SHA
    27af7f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4418543 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update .github/actions/setup-swift/action.yml

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    angelapwen and aeisenberg committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f83f109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8564eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b96e7b View commit details
    Browse the repository at this point in the history