kopia lustrzana https://github.com/magicbug/Cloudlog
update main.yml
rodzic
66017f3b65
commit
07150231b8
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '7.4'
|
php-version: "7.4"
|
||||||
extensions: mbstring, mysql
|
extensions: mbstring, mysql
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
- name: Validate composer.json and composer.lock
|
- name: Validate composer.json and composer.lock
|
||||||
|
@ -30,4 +30,4 @@ jobs:
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
start: npm start
|
start: npm start
|
||||||
wait-on: 'http://localhost'
|
wait-on: "http://localhost"
|
||||||
|
|
Ładowanie…
Reference in New Issue