mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-01 05:54:32 +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:
|
||||
push:
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
run: yarn install
|
||||
|
||||
- name: Build frontend
|
||||
run: yarn build
|
||||
run: yarn dev
|
||||
|
||||
- name: Create DB
|
||||
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue