Skip to content

Commit 9f7df0c

Browse files
committed
WIP: new folders
1 parent c24e559 commit 9f7df0c

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
kustomizations: |-
2020
testdata/prod
2121
testdata/stage
22+
testdata/new
2223
- uses: mshick/add-pr-comment@v2
2324
with:
2425
message: ${{ steps.test-action.outputs.diff }}

testdata/new/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The point of this folder is to test that if the base commit does not contain this folder,
2+
the action is still successful

testdata/new/kustomization.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../base

0 commit comments

Comments
 (0)