From 938e7354aa864fcd6a67be10b9c4b191fd899be3 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Thu, 7 Nov 2024 13:42:01 -0800 Subject: [PATCH] m --- .github/workflows/ci_codebuild-tests.yml | 25 ++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci_codebuild-tests.yml b/.github/workflows/ci_codebuild-tests.yml index 8b8b7e912..d47dcbcc8 100644 --- a/.github/workflows/ci_codebuild-tests.yml +++ b/.github/workflows/ci_codebuild-tests.yml @@ -5,7 +5,7 @@ on: push: # Run once a day schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" permissions: id-token: write @@ -16,18 +16,19 @@ jobs: name: AWS CodeBuild CI runs-on: ubuntu-latest strategy: - python: - - "38" - - "39" - - "310" - - "311" - - "312" - codebuild_file_name: - - "awses_local.yml" - - "examples.yml" - - "integ.yml" + matrix: + python: + - "38" + - "39" + - "310" + - "311" + - "312" + codebuild_file_name: + - "awses_local.yml" + - "examples.yml" + - "integ.yml" exclude: - # No "awses_local" for py39 + # No "awses_local.yml" file exists in py39/ - python: "39" codebuild_file_name: "awses_local.yml" steps: