Skip to content

Commit

Permalink
Split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormattos committed May 5, 2022
1 parent 128db93 commit 35b87f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
--database-pass=rootpassword \
--admin-user=admin \
--admin-pass=password
- name: Enable app
run: |
./occ app:enable ${{ env.APP_NAME }}
- name: Start built in server
run: |
php -S localhost:8080 &
- name: Set up dependencies apps
run: |
Expand Down

0 comments on commit 35b87f9

Please sign in to comment.