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 8608d94 commit 1d527d5
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 @@ -231,7 +231,7 @@ job-build: &job-build
name: Audit code with shipshape
command: |
if [ "${SHIPSHAPE_RUN_AUDIT:-0}" -eq 1 ]; then
docker compose exec -T cli /usr/local/bin/shipshape -o junit > web/themes/contrib/civictheme/.logs/shipshape-results.xml
docker compose exec -T cli /usr/local/bin/shipshape -o junit > /tmp/shipshape-results.xml
fi
- run:
name: Lint code with PHPCS
Expand Down

0 comments on commit 1d527d5

Please sign in to comment.