Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 13, 2024
1 parent 507ecc6 commit 5fe23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ job-build: &job-build
no_output_timeout: 30m
- run:
name: Audit code with shipshape
command: docker compose exec -T cli /usr/local/bin/shipshape -o junit > "/app/.logs/test_results/shipshape-results.xml" || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ]
command: docker compose exec -T cli /usr/local/bin/shipshape -o junit > /app/.logs/test_results/shipshape-results.xml || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ]
- run:
name: Process test logs and artifacts
command: |
Expand Down

0 comments on commit 5fe23e8

Please sign in to comment.