Skip to content

Commit 4db6bad

Browse files
authored
Update testing-action.yml
1 parent 8e543cb commit 4db6bad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing-action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ jobs:
3333
with:
3434
kubeconfig: ${{ secrets.KUBECONFIG }}
3535
namespace: ${{ github.event.inputs.namespace || 'default' }}
36+
- name: Apply Deployment and ConfigMap to Kubernetes
37+
run: |
38+
ls
39+
pwd
3640

0 commit comments

Comments
 (0)