[wip] tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-13 20:57:58 +02:00
parent 40670b6bfc
commit ed8319f727
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,7 +17,7 @@ pipeline:
- mysql -hdb -uroot -proot -e "CREATE DATABASE app"
- eval "$MYSQLDUMP" | mysql -hdb -uroot -proot app
when:
branch: [master, master-*, develop, develop-*]
branch: [master, master-*, develop, develop-*, feature/*]
app-config:
image: deblan/php:8.1
@ -64,12 +64,16 @@ pipeline:
- yarn
- test -f public/js/fos_js_routes.json || echo "{}" > public/js/fos_js_routes.json
- npm run build
when:
branch: [master, master-*, develop, develop-*, feature/*]
security-check:
image: gitnet.fr/deblan/osv-detector:v0.9
commands:
- osv-detector composer.lock yarn.lock
failure: ignore
when:
branch: [master, master-*, develop, develop-*, feature/*]
build_cache:
image: deblan/php:8.1