Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 13, 2023
1 parent ce75ef3 commit c6af0ea
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,11 @@ 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 start & npx wait-on http://localhost:3000
- name: Run pytest
env:
Expand Down

0 comments on commit c6af0ea

Please sign in to comment.