Skip to content

Commit 3b20637

Browse files
authored
Update GitHub Actions workflows. (#741)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 76affe0b55f0a1271b352387b7ffe2c132a95826.
1 parent d83cbd6 commit 3b20637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-post-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
COVERAGE_OUTPUT_DIR: ${{ runner.temp }}/cov
6161
- name: Summarize Provider Coverage Results
6262
run: cat ${{ env.COVERAGE_OUTPUT_DIR }}/shortSummary.txt
63+
env:
64+
COVERAGE_OUTPUT_DIR: ${{ runner.temp }}/cov
6365
- name: Upload coverage data to S3
6466
run: >-
6567
summaryName="${PROVIDER}_summary_$(date +"%Y-%m-%d_%H-%M-%S").json"

0 commit comments

Comments
 (0)