Skip to content
Snippets Groups Projects
Commit 45e7404a authored by jurgenhaas's avatar jurgenhaas
Browse files

#45 Change test log strategy

parent b3a08990
Branches
No related tags found
No related merge requests found
......@@ -27,12 +27,14 @@
Test Code Style:
<<: *test_lakedrops_default
script:
- ahoy test phpcs -- --report=xml --report-file=/tmp/logs/phpcs.xml
- ahoy test phpcs
artifacts:
name: phpcs
when: always
paths:
- logs/phpcs.xml
- logs/codesniffer_results.txt
- logs/checkstyle.xml
- logs/codesniffer_fixes.patch
rules:
- if: '$DISABLE_CI_TEST_CODESTYLE != "1"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment