Skip to content

Commit 0a766a2

Browse files
m
1 parent 1e982b2 commit 0a766a2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci_codebuild-tests.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,19 @@ jobs:
3333
- "examples.yml"
3434
- "integ.yml"
3535
exclude:
36-
# (Nested `exclude` syntax is weird: https://github.com/actions/runner/issues/1512)
37-
# No "awses_local.yml" file exists in py39/
36+
# (Nested config syntax is weird: https://github.com/actions/runner/issues/1512)
37+
# py39 "awses_local.yml" is called "awses_latest"
3838
- { python: {
3939
python_version: "39",
4040
image: "aws/codebuild/standard:5.0" },
4141
codebuild_file_name: "awses_local.yml"
4242
}
43+
include:
44+
- { python: {
45+
python_version: "39",
46+
image: "aws/codebuild/standard:5.0" },
47+
codebuild_file_name: "awses_latest.yml"
48+
}
4349
steps:
4450
- name: Configure AWS Credentials
4551
uses: aws-actions/configure-aws-credentials@v2

0 commit comments

Comments
 (0)