test era un directorio
This commit is contained in:
parent
ae832f5766
commit
3235abba3d
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ clean-container:
|
||||||
pub-get-container:
|
pub-get-container:
|
||||||
$(FLUTTERW) pub get
|
$(FLUTTERW) pub get
|
||||||
|
|
||||||
test:
|
run-test:
|
||||||
$(FLUTTERW) test
|
$(FLUTTERW) test
|
||||||
|
|
||||||
build-builders:
|
build-builders:
|
||||||
|
|
|
||||||
2
test.sh
2
test.sh
|
|
@ -2,4 +2,4 @@
|
||||||
echo Es un test de CI/CD
|
echo Es un test de CI/CD
|
||||||
echo date
|
echo date
|
||||||
uname -a
|
uname -a
|
||||||
make test
|
make run-test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue