Skip to content

Commit ae8eb6b

Browse files
committed
chore: Install JQ on the container
1 parent 313270a commit ae8eb6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
166166
# In this step, we are downloading the latest artifact from the build job and storing it in the container
167167
- run: |
168+
# Install JQ on the container
169+
apt-get update && apt-get install -y jq
168170
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
169171
curl \
170172
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)