diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ff3cfc3..93765eee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,17 +106,13 @@ jobs: - name: Start AiiDA daemon run: verdi daemon start 2 - - name: Install Dependencies + - name: Install Dependencies, Start React Application working-directory: aiida_worktree/web/frontend - run: npm install - - - name: Start React Application - working-directory: aiida_worktree/web/frontend - run: npm start - background: true - - - name: Wait for React App to Start - run: sleep 10 + run: | + npm install + npm run build + npm run start + sleep 5 - name: Run pytest env: