forked from CodingNagger/minikube-wait-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CodingNagger
committed
Nov 6, 2019
1 parent
c47eb3f
commit 24dac2a
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
- name: Install Nginx pod | ||
run: kubectl apply -f https://k8s.io/examples/application/deployment.yaml | ||
- name: Wait for pods | ||
uses: CodingNagger/[email protected].0 | ||
uses: CodingNagger/[email protected].1 | ||
- name: Check pods | ||
run: | | ||
kubectl get pods | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters