File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
- build
128
128
- runner-indexes
129
129
container :
130
- image : maven:3.8.7-openjdk-18 # using the maven image with openjdk 18 from the docker hub - https://hub.docker.com/_/maven
130
+ image : ghcr.io/tsviz/mvn_jq_curl_node18:5 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
131
131
services :
132
132
# postgres service container
133
133
postgres : # service name - postgres. This name is used to access the service container from the job container as the host name.
@@ -165,8 +165,6 @@ jobs:
165
165
restore-keys : ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
166
166
# In this step, we are downloading the latest artifact from the build job and storing it in the container
167
167
- run : |
168
- # Install JQ on the container
169
- microdnf install -y jq
170
168
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
171
169
curl \
172
170
-H "Accept: application/vnd.github+json" \
You can’t perform that action at this time.
0 commit comments