We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e982b2 commit 0a766a2Copy full SHA for 0a766a2
.github/workflows/ci_codebuild-tests.yml
@@ -33,13 +33,19 @@ jobs:
33
- "examples.yml"
34
- "integ.yml"
35
exclude:
36
- # (Nested `exclude` syntax is weird: https://github.com/actions/runner/issues/1512)
37
- # No "awses_local.yml" file exists in py39/
+ # (Nested config syntax is weird: https://github.com/actions/runner/issues/1512)
+ # py39 "awses_local.yml" is called "awses_latest"
38
- { python: {
39
python_version: "39",
40
image: "aws/codebuild/standard:5.0" },
41
codebuild_file_name: "awses_local.yml"
42
}
43
+ include:
44
+ - { python: {
45
+ python_version: "39",
46
+ image: "aws/codebuild/standard:5.0" },
47
+ codebuild_file_name: "awses_latest.yml"
48
+ }
49
steps:
50
- name: Configure AWS Credentials
51
uses: aws-actions/configure-aws-credentials@v2
0 commit comments