Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed Dec 12, 2024
1 parent 3720f7e commit dfb1e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ job-build: &job-build
command: |
printenv
cd /app && ls -la
cd /tmp && ls -la
mkdir -p mkdir -p "${DREVOPS_CI_TEST_RESULTS}"
docker compose exec -T cli ls -la && cd /app && ls -la && cd /tmp/ && ls -la
docker compose exec -T cli /usr/local/bin/shipshape -o junit > "${DREVOPS_CI_TEST_RESULTS}/shipshape-results.xml" || [ "${DREVOPS_CI_SHIPSHAPE_IGNORE_FAILURE:-0}" -eq 1 ]
- run:
name: Lint code with PHPCS
Expand Down

0 comments on commit dfb1e18

Please sign in to comment.