Skip to content

Commit 9bc0135

Browse files
committed
ci: Debug test job
1 parent 4e46304 commit 9bc0135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Run Tests
4040
run: |
4141
nvim --version
42+
echo $RUNNER_OS
4243
[ ! -d tests ] && exit 0
4344
curl -sLo /tmp/kubeconform.tar.gz https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-$(uname -o | tr '[:upper:]' '[:lower:]')-amd64.tar.gz
4445
tar -xC /tmp -f /tmp/kubeconform.tar.gz

0 commit comments

Comments
 (0)