Skip to content

Commit

Permalink
Update CI workflow (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Sep 13, 2024
1 parent c52885f commit 23f27af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
cd inventree_server
invoke install
invoke migrate
invoke import-fixtures
invoke server -a 127.0.0.1:8000 &
invoke dev.import-fixtures
invoke dev.server -a 127.0.0.1:8000 &
invoke wait
sleep 30
- name: Unit Tests
Expand Down

0 comments on commit 23f27af

Please sign in to comment.