mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Update CI workflow (#532)
This commit is contained in:
parent
c52885fc6b
commit
23f27af4e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
||||||
cd inventree_server
|
cd inventree_server
|
||||||
invoke install
|
invoke install
|
||||||
invoke migrate
|
invoke migrate
|
||||||
invoke import-fixtures
|
invoke dev.import-fixtures
|
||||||
invoke server -a 127.0.0.1:8000 &
|
invoke dev.server -a 127.0.0.1:8000 &
|
||||||
invoke wait
|
invoke wait
|
||||||
sleep 30
|
sleep 30
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue