Skip to content

Commit

Permalink
test: install yq as a dep in spread test
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Aug 1, 2024
1 parent fda125b commit c7a8546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/info/task.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
summary: Chisel can show detailed info about slices

execute: |
# Install dependencies.
go install github.com/mikefarah/yq/v4@latest
# Single slice.
chisel info --release ${OS}-${RELEASE} base-passwd_data > file.yaml
yq file.yaml
Expand Down

0 comments on commit c7a8546

Please sign in to comment.