Skip to content

Commit

Permalink
add -count=1 for clean cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Jan 23, 2024
1 parent 475821a commit c5498ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-terratest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: run tests
run: |
cd $GITHUB_WORKSPACE/tests
go test -v -timeout 30m -json | go-test-report -o reports/index.html -t Report_Terratest_Infrastructure_provisioned_by_Terraform -s "32" -g 1 || true
go test -v -count=1 -timeout 30m -json | go-test-report -o reports/index.html -t Report_Terratest_Infrastructure_provisioned_by_Terraform -s "32" -g 1 || true
- name: upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit c5498ed

Please sign in to comment.