From 0a766a2d0499707d65552a2b97ee8bf49f282458 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Thu, 7 Nov 2024 16:07:14 -0800 Subject: [PATCH] m --- .github/workflows/ci_codebuild-tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_codebuild-tests.yml b/.github/workflows/ci_codebuild-tests.yml index 363d74cc7..68d0965fa 100644 --- a/.github/workflows/ci_codebuild-tests.yml +++ b/.github/workflows/ci_codebuild-tests.yml @@ -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