mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed typo in github workflow.
This commit is contained in:
parent
7300a3d9b5
commit
1a39d80688
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||
|
||||
- name: Do migrations
|
||||
run: php bin/console --env tes doctrine:migrations:migrate -n
|
||||
run: php bin/console --env test doctrine:migrations:migrate -n
|
||||
|
||||
- name: Load fixtures
|
||||
run: php bin/console --env test doctrine:fixtures:load -n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue