test era un directorio

This commit is contained in:
Álvaro González 2026-05-10 13:19:46 +02:00
parent ae832f5766
commit 3235abba3d
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ clean-container:
pub-get-container:
$(FLUTTERW) pub get
test:
run-test:
$(FLUTTERW) test
build-builders:

View file

@ -2,4 +2,4 @@
echo Es un test de CI/CD
echo date
uname -a
make test
make run-test