Skip to content

Commit

Permalink
Fix running in background
Browse files Browse the repository at this point in the history
  • Loading branch information
mbielech committed Nov 6, 2020
1 parent f773556 commit 2a234b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
working-directory: ${{env.frontend-folder}}

- name: Run application
run: npm start
run: npm start &
working-directory: ${{env.frontend-folder}}
background: true

- name: Run cypress
run: npx cypress run
Expand Down

0 comments on commit 2a234b4

Please sign in to comment.