Skip to content

Commit

Permalink
do we have rg available on CI?
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Nov 1, 2023
1 parent fed00b0 commit 42abb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yq.test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@

@test "multidoc-jq-output-to-yaml" {
run yq '.[].metadata.labels' -y test/deploy.yaml
echo "$output" && echo "$output" | grep -Pz '\- null\n- null\n- null\n- app: controller\n- app: controller'
echo "$output" && echo "$output" | rg -U '\- null\n- null\n- null\n- app: controller\n- app: controller'
}

0 comments on commit 42abb1e

Please sign in to comment.