File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,7 @@ jobs:
212212 chown root:root /usr/local/lib/docker/cli-plugins/docker-compose
213213 chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
214214 - name : " API Client Unit Tests"
215- run : |
216- make ci-api-client
215+ run : make ci-api-client
217216 - name : " Set up Python and install Ansible"
218217 run : |
219218 sudo dnf -y install python3 python3-pip
@@ -228,8 +227,7 @@ jobs:
228227 run : mvn -ntp -U clean
229228 - name : " API Client Integration test"
230229 id : integration-test
231- run : |
232- make ci-api-client-integration
230+ run : make ci-api-client-integration
233231 - name : " Debug db"
234232 if : ${{ failure() && steps.integration-test.outcome == 'failure' }}
235233 run : docker logs api-client-integration-app-db-1
You can’t perform that action at this time.
0 commit comments