Skip to content

Commit

Permalink
add wait test (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Apr 27, 2024
1 parent 0025e74 commit ca01d94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -22,6 +22,23 @@ jobs:
kubectl cluster-info
kubectl get storageclass standard
test-with-custom-wait:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Create kind cluster with custom wait
uses: ./
with:
wait: 120s

- name: Test
run: |
kubectl cluster-info
kubectl get storageclass standard
test-with-custom-verbosity:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ca01d94

Please sign in to comment.