From 23f27af4e60aa2f6b9c1a0ecaea56fb4a62a1781 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 14 Sep 2024 09:35:03 +1000 Subject: [PATCH] Update CI workflow (#532) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ada4375a..889cad02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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