File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments