Skip to content

Commit

Permalink
feat: Re-enable AL2 integration tests (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored May 8, 2024
1 parent 7ea4121 commit 240332a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,15 @@ jobs:
matrix:
os:
- jammy
#- amazonlinux2
- amazonlinux2
version:
- "5.7"
- "5.10"
steps:
- name: Configure AWS Credentials for Integration Tests
uses: aws-actions/configure-aws-credentials@v4
# configure-aws-credentials@v4 does not work with AL2 images, so @v3 is used instead. See:
# https://github.com/aws-actions/configure-aws-credentials/issues/862
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.INTEGRATION_TEST_ROLE_ARN }}
aws-region: us-west-2
Expand Down

0 comments on commit 240332a

Please sign in to comment.