Skip to content

Commit f512375

Browse files
committed
- Adds phpunit.xml overrides for Integration testing
1 parent b0cf3bc commit f512375

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.laminas-ci/pre-run.sh

100644100755
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
#!/bin/bash
2+
set -e
3+
4+
JOB=$3
5+
COMMAND=$(echo "${JOB}" | jq -r '.command')
6+
if [[ ! ${COMMAND} =~ phpunit ]]; then
7+
exit 0
8+
fi
9+
210
cp .laminas-ci/phpunit.xml phpunit.xml

0 commit comments

Comments
 (0)