mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix expected number of hosts for the Test fleetctl preview workflow (#13605)
Similar to the other we fixed recently the same way: https://github.com/fleetdm/fleet/pull/13329
This commit is contained in:
parent
fc867fa0c0
commit
4654450bc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fleetctl-preview.yml
vendored
2
.github/workflows/fleetctl-preview.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
fleetctl preview
|
||||
sleep 10
|
||||
fleetctl get hosts | tee hosts.txt
|
||||
[ $( cat hosts.txt | grep online | wc -l) -eq 8 ]
|
||||
[ $( cat hosts.txt | grep online | wc -l) -eq 9 ]
|
||||
shell: bash
|
||||
|
||||
- name: Get fleet logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue