We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313270a commit ae8eb6bCopy full SHA for ae8eb6b
.github/workflows/ci.yml
@@ -165,6 +165,8 @@ jobs:
165
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
166
# In this step, we are downloading the latest artifact from the build job and storing it in the container
167
- run: |
168
+ # Install JQ on the container
169
+ apt-get update && apt-get install -y jq
170
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
171
curl \
172
-H "Accept: application/vnd.github+json" \
0 commit comments