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 e67f333
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e67f333

Please sign in to comment.