Skip to content

Commit

Permalink
ci: added yaml to json converter package
Browse files Browse the repository at this point in the history
This will modify the ci config to install the yq package before testing

Signed-off-by: Dineshkumar J <[email protected]>
  • Loading branch information
dineshkumar-j-genea committed Oct 4, 2024
1 parent b88be99 commit 13993b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ test:smoketests:
alias: docker
before_script:
- apk --update --no-cache add bash gawk curl aws-cli tree xz jq wget xdelta3 openssl1.1-compat gcompat
- wget https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64 -O yq
- chmod +x yq
- mv yq /usr/local/bin
script:
- ./tests/app/run.sh
- ./tests/gen/run.sh
Expand Down

0 comments on commit 13993b2

Please sign in to comment.