Skip to content

Commit

Permalink
fixup! feat(security-keys): Add localstack to github action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renemontilva committed Dec 23, 2024
1 parent a70d963 commit d4ceead
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/security-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,27 @@ on:
- master

jobs:
testing-security-keys:
strategy:
fail-fast: false
matrix:
accounts: [
apps-devstg/us-east-1/security-keys,
apps-devstg/us-west-2/security-keys,
apps-prd/us-east-1/security-keys,
data-science/us-east-1/security-keys,
management/us-east-1/security-keys,
network/us-east-1/security-keys,
network/us-west-2/security-keys,
security/us-east-1/security-keys,
shared/us-east-1/security-keys,
shared/us-west-2/security-keys,
]

call-testing-workflow:
name: Call Testing Workflow
name: security-keys-layer
uses: ./.github/workflows/testing-workflow.yml
with:
working_directory: 'apps-devstg/us-east-1/security-keys'
working_directory: ${{ matrix.accounts }}
localstack_version: '3.7.2'
required_state_file: true
state_file_test_path: 'tests/terraform.tfstate.template'
Expand Down

0 comments on commit d4ceead

Please sign in to comment.