Skip to content

Commit

Permalink
Another list step
Browse files Browse the repository at this point in the history
Signed-off-by: Nacho Fuertes <[email protected]>
  • Loading branch information
ifbyol committed Dec 9, 2024
1 parent 5d4f5a3 commit 07b63b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
run: cd /github/home/.kube/ && ls -la /github/home/.kube/

- name: List temp directory
# run: cd ${RUNNER_TEMP}/_github_home/.kube && ls -la ${RUNNER_TEMP}/_github_home/.kube
run: ls -la ${RUNNER_TEMP}

- name: List temp github directory
run: ls -la /github/

- name: List namespaces
run: kubectl get sa
env:
Expand Down

0 comments on commit 07b63b0

Please sign in to comment.