Skip to content

Commit a4d2012

Browse files
committed
Add test files
1 parent 9cd4436 commit a4d2012

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/test-refresh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
refresh:
1111
runs-on: ubuntu-24.04
12-
name: No changes
12+
name: Refresh
1313
permissions:
1414
contents: read
1515
pull-requests: write
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- name: Plan
24+
- name: Apply
2525
uses: ./terraform-apply
2626
with:
2727
path: tests/workflows/test-refresh
@@ -108,7 +108,7 @@ jobs:
108108
exit 1
109109
fi
110110
111-
- name: Apply with refresh
111+
- name: Apply plan after targeted refresh
112112
uses: ./terraform-apply
113113
id: apply
114114
continue-on-error: true

tests/workflows/test-refresh/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is my first file

tests/workflows/test-refresh/test2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is my second file

tests/workflows/test-refresh/test3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this is my third file

0 commit comments

Comments
 (0)