Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 8, 2024
1 parent 1e982b2 commit 0a766a2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_codebuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,19 @@ jobs:
- "examples.yml"
- "integ.yml"
exclude:
# (Nested `exclude` syntax is weird: https://github.com/actions/runner/issues/1512)
# 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"
- { python: {
python_version: "39",
image: "aws/codebuild/standard:5.0" },
codebuild_file_name: "awses_local.yml"
}
include:
- { python: {
python_version: "39",
image: "aws/codebuild/standard:5.0" },
codebuild_file_name: "awses_latest.yml"
}
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit 0a766a2

Please sign in to comment.