Skip to content

Commit

Permalink
debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
fenio committed Jun 28, 2024
1 parent 2575b8d commit ffe68ea
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 @@ -55,6 +55,11 @@ jobs:
kubectl apply -f test/pvc-2.yaml
kubectl apply -f test/pod-1.yaml
- name: Check state of test objects
run: |
kubectl get pvc
kubectl get pod
- name: Install SSHFS
run: sudo apt-get update && sudo apt-get install -y sshfs --no-install-recommends --no-install-suggests

Expand Down

0 comments on commit ffe68ea

Please sign in to comment.