Skip to content

Commit

Permalink
Update terraform testing procedure (#5996)
Browse files Browse the repository at this point in the history
* test: Refactor Terraform build tests

* Change function identifier

* Fix S3 issues

* Test Windows all Terraform tests
  • Loading branch information
mildaniel authored Sep 27, 2023
1 parent 8c0eaa8 commit 8a934c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ for:
#Integ testing deploy
- matrix:
only:
- configuration: DeployIntegTesting
- configuration: AllTerraformTests

test_script:
- ps: "pytest -vv tests/integration/deploy -n 4 --reruns 4 --dist=loadgroup --json-report --json-report-file=TEST_REPORT-integration-deploy.json"
- ps: "pytest -vv tests/integration/buildcmd/test_build_terraform_applications.py --json-report --json-report-file=TEST_REPORT-integration-buildcmd.json"

# Integ testing package
- matrix:
Expand Down

0 comments on commit 8a934c5

Please sign in to comment.