Skip to content

Commit

Permalink
check objects
Browse files Browse the repository at this point in the history
  • Loading branch information
fenio committed Jun 28, 2024
1 parent ffe68ea commit 4231243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Create mountpoint
run: mkdir foo

- name: Check state of test objects again
run: |
kubectl get pvc
kubectl get pod
- name: Run tests
run: |
echo 'Shared PVC with RWO access mode'
Expand Down

0 comments on commit 4231243

Please sign in to comment.