mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 22:15:36 +01:00
Update tests.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user