We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0929e56 commit e0de5d4Copy full SHA for e0de5d4
.github/workflows/test-go.yaml
@@ -89,8 +89,8 @@ jobs:
89
run: make deps-go
90
91
# This step takes >20 seconds and should be skipped for jobs that don't need it. https://github.com/fleetdm/fleet/issues/27435
92
- - name: Install ZSH
93
- run: sudo apt update && sudo apt install -y zsh
+ # - name: Install ZSH
+ # run: sudo apt update && sudo apt install -y zsh
94
95
- name: Generate static files
96
run: |
0 commit comments