Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 11, 2024
1 parent 0a766a2 commit 80562bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci_codebuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ jobs:
- "awses_local.yml"
- "examples.yml"
- "integ.yml"
exclude:
# (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
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ batch:
buildspec: codebuild/py39/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_awses_latest
- identifier: py39_awses_local
buildspec: codebuild/py39/awses_local.yml
env:
image: aws/codebuild/standard:5.0

Expand Down

0 comments on commit 80562bb

Please sign in to comment.