diff --git a/.github/workflows/autogpt-builder-ci.yml b/.github/workflows/autogpt-builder-ci.yml index 5291fc730350..1c2b87d9fbdc 100644 --- a/.github/workflows/autogpt-builder-ci.yml +++ b/.github/workflows/autogpt-builder-ci.yml @@ -73,7 +73,7 @@ jobs: - name: Run builder run: | - npm run dev & + npm run build && npm run start & - name: Run tests run: |