Skip to content

Commit

Permalink
Update codebuild-ci.yml to not cancel ongoing integration test (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyli authored Sep 10, 2024
1 parent bf7adc6 commit 156662d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
runs-on: ubuntu-latest
needs: [wait-for-approval]
strategy:
fail-fast: false
matrix:
python-version: ["38", "39", "310", "311"]
steps:
Expand All @@ -73,7 +74,7 @@ jobs:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
role-duration-seconds: 3600
- name: Run Unit Tests in Python ${{ matrix.python-version }}
- name: Run Integration Tests in Python ${{ matrix.python-version }}
uses: aws-actions/aws-codebuild-run-build@v1
with:
project-name: ${{ secrets.INTEGRATION_TEST_PROJECT_PREFIX }}${{ matrix.python-version }}
Expand Down

0 comments on commit 156662d

Please sign in to comment.