Skip to content

Commit

Permalink
chore: Install JQ on the container
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Jul 21, 2024
1 parent 313270a commit ae8eb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
# In this step, we are downloading the latest artifact from the build job and storing it in the container
- run: |
# Install JQ on the container
apt-get update && apt-get install -y jq
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
curl \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit ae8eb6b

Please sign in to comment.