Skip to content

Commit 27b7fe8

Browse files
committed
single-line single cmd
1 parent 1945a46 commit 27b7fe8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)