Closed TylerHendrickson closed 2 months ago
QA Check | Result |
---|---|
๐ Client Tests | โ |
๐ Server Tests | โ |
๐ค E2E Tests | โ |
๐ ESLint | โ |
๐งน TFLint | โ |
Step | Result |
---|---|
๐ Terraform Format & Style | โ |
โ๏ธ Terraform Initialization | โ |
๐ค Terraform Validation | โ |
๐ Terraform Plan | โ |
Hint: If "Terraform Format & Style" failed, run terraform fmt -recursive
from the terraform/
directory and commit the results.
Pusher: @TylerHendrickson, Action: pull_request_target
, Workflow: Continuous Integration
See also
https://github.com/usdigitalresponse/usdr-gost/pull/3452 (PR that introduced the breaking change) https://github.com/actions/upload-artifact/issues/602 https://github.com/actions/upload-artifact/releases/tag/v4.4.0
Description
This fixes the breaking change in
actions/upload-artifacts
v4.4.0 by configuring our usages of the action to include hidden files, which was the default behavior prior to this version change.