Fix release verification to cover Mac OS appropriately #694
test-provider-ci.yml
on: pull_request
deploy
/
update_workflows
46s
Verify against testdata
21s
Release xyz
0s
Annotations
4 errors and 3 warnings
Unexpected file modified:
provider-ci/test-providers/aws/.github/workflows/verify-release.yml#L1
File modified:
@@ -71,7 +71,7 @@ jobs:
# Expression expands to ["ubuntu-latest","windows-latest"] or ["ubuntu-latest","windows-latest","macos-latest"]
# GitHub expressions don't have 'if' statements, so we use a ternary operator to conditionally include the MacOS runner suffix.
# See the docs for a similar example to this: https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson
- runner: ${{ fromJSON(format('["ubuntu-latest","windows-latest"{0}]', github.event.inputs.enableMacRunner && ',"macos-latest"' || '')) }} #
+ runner: ${{ fromJSON(format('["ubuntu-latest","windows-latest"{0}]', inputs.enableMacRunner && ',"macos-latest"' || '')) }} #
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout Repo
|
Verify against testdata
Unexpected changes detected: 1. See file annotations for details.
|
Test xyz
Canceling since a higher priority waiting request for 'Test Provider CI-refs/pull/1299/merge' exists
|
Test xyz
The operation was canceled.
|
Verify against testdata
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy / update_workflows
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy / update_workflows
Restore cache failed: Dependencies file is not found in /home/runner/work/ci-mgmt/ci-mgmt. Supported file pattern: go.sum
|