Skip to content

Commit 92d65f5

Browse files
committed
Re-add apply to kubectl.yml
1 parent ed99904 commit 92d65f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kubectl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
3131
- name: Run kubectl command against remote API
3232
run: kubectl get namespaces
33+
34+
- name: kubectl apply with a file
35+
run: kubectl apply -f "${GITHUB_WORKSPACE}/manifests/nginx-test.yml"

0 commit comments

Comments
 (0)