Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#244)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 765bc5726415923fbd41795fb83305b5044f722f.
  • Loading branch information
pulumi-bot committed Jan 4, 2024
1 parent 5cd1af3 commit 785584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Echo Coverage Output Dir
run: 'echo "Coverage output directory: ${{ env.COVERAGE_OUTPUT_DIR }}"'
- name: Generate Coverage Data
run: make tfgen
run: PULUMI_MISSING_DOCS_ERROR=true make tfgen
- name: Summarize Provider Coverage Results
run: cat ${{ env.COVERAGE_OUTPUT_DIR }}/shortSummary.txt
- name: Upload coverage data to S3
Expand Down

0 comments on commit 785584f

Please sign in to comment.