mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-01 14:04:30 +02:00
Update tests.yml
This commit is contained in:
parent
15d3bdd215
commit
f964f4875b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: PHP Tests
|
name: PHPUnit Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: yarn build
|
run: yarn dev
|
||||||
|
|
||||||
- name: Create DB
|
- name: Create DB
|
||||||
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue