Skip to content

Commit 42f59f0

Browse files
authored
Update test.yml
1 parent 94fd16e commit 42f59f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
uses: becloudready/k8s-interview-action@v16
2626
with:
2727
kubeconfig: ${{ secrets.KUBECONFIG }}
28+
- name: Apply Deployment and ConfigMap to Kubernetes
29+
run: |
30+
ls
31+
pwd
2832

0 commit comments

Comments
 (0)