feature #8
|
@ -14,7 +14,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: centos
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
@ -43,5 +43,5 @@ jobs:
|
||||||
- name: Generate app key
|
- name: Generate app key
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
- name: Execute tests
|
# - name: Execute tests
|
||||||
run: /phpunit
|
# run: /phpunit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user