Skip to content

Commit abf157f

Browse files
authored
Update test.yml
1 parent a14d228 commit abf157f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
if: github.event_name == 'pull_request'
5151
run: terraform show ~/myplan.tfplan -no-color
5252

53+
- name: artifact
54+
uses: actions/upload-artifact@v2
55+
with:
56+
name: tfplan-${{ github.repository }}-test-pr-${{ github.event.pull_request.number }}
57+
path: ~/myplan.tfplan
58+
5359
- uses: actions/github-script@v6
5460
if: github.event_name == 'pull_request'
5561
env:

0 commit comments

Comments
 (0)