mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-12 21:37:56 +03:00
perf: detect if codecept exist
This commit is contained in:
parent
5cf6f6ed9c
commit
b22b59ab5d
11
test.sh
11
test.sh
@ -1,4 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Runing tests for Lumen
|
# Runing tests for Lumen
|
||||||
cd lumen-test
|
cd lumen-test || return
|
||||||
wget http://codeception.com/codecept.phar
|
|
||||||
php codecept.phar run
|
if [ ! -f codecept.phar ]; then
|
||||||
|
wget http://codeception.com/codecept.phar
|
||||||
|
fi
|
||||||
|
php codecept.phar run
|
Loading…
x
Reference in New Issue
Block a user