Skip to content
Snippets Groups Projects
Verified Commit 5061b9ae authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: try to exclude directory through composer settings


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent a351fc57
No related branches found
No related tags found
No related merge requests found
Pipeline #393344 passed with warnings with stages
in 39 seconds
......@@ -40,5 +40,8 @@
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
},
"archive": {
"exclude": ["/tests"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment