Skip to content

Commit 4ad1a4e

Browse files
committed
another attempt to fix
1 parent b1544a5 commit 4ad1a4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: 3.11
4141

4242
- name: Install Terraform
43-
uses: hashicorp/setup-terraform@v2
43+
uses: hashicorp/setup-terraform@v3
4444

4545
- name: Install Terraform Local
4646
run: |
@@ -70,10 +70,6 @@ jobs:
7070
tflocal init
7171
tflocal apply --auto-approve
7272
73-
- name: Run tests
74-
run: |
75-
pytest tests
76-
7773
- name: Show localstack logs
7874
if: always()
7975
run: |

0 commit comments

Comments
 (0)