Skip to content
Snippets Groups Projects
Commit 9f9e5c79 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Update build.sh

parent 8df83e25
Branches
No related merge requests found
Pipeline #9069 passed with stage
in 17 seconds
#!/bin/sh
git submodule init
git submodule update
phpunit -c tests/phpunit.xml --coverage-text=coverage.txt
cat coverage.txt
phpunit -c tests/phpunit.xml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment