Skip to content

Commit 7e21b95

Browse files
committed
ci: replace travis with github actions
Closes #7
1 parent 81b12db commit 7e21b95

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ jobs:
6161
run: |
6262
composer install --no-interaction --no-progress --ansi
6363
64+
- name: 'Run php server'
65+
run: |
66+
composer server
6467
- name: 'Run unit tests'
65-
- run: composer server
66-
- run: composer phpunit
68+
run: |
69+
composer phpunit
6770
6871
code-coverage:
6972
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)