Skip to content

Commit

Permalink
#82 - Change command to background
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 17, 2020
1 parent 0d73fd7 commit bbda4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Run tests
run: |
php -S 0.0.0.0:90 -t public/
sudo php -S 0.0.0.0:90 -t public/ &
vendor/bin/codecept run
- name: Upload coverage to Codecov
Expand Down

0 comments on commit bbda4b9

Please sign in to comment.