Skip to content

Commit

Permalink
chore: Fixed workflow to prevent terraform tests from failing (#8428)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-iwata authored Dec 22, 2024
1 parent e9fe486 commit ab5ab27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests_terraform_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
python -m build
docker run --rm -t --name motoserver -e TEST_SERVER_MODE=true -e AWS_SECRET_ACCESS_KEY=server_secret -e AWS_ACCESS_KEY_ID=server_key -v `pwd`:/moto -p 5000:5000 -v /var/run/docker.sock:/var/run/docker.sock python:3.10-slim /moto/scripts/ci_moto_server.sh &
python scripts/ci_wait_for_server.py
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
- name: Run tests
if: ${{ matrix.service != 'rds' }}
run: |
Expand Down

0 comments on commit ab5ab27

Please sign in to comment.