mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Update run-tests.yml
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -22,7 +22,6 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
|
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Setup problem matchers
|
- name: Setup problem matchers
|
||||||
@@ -33,4 +32,4 @@ jobs:
|
|||||||
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/phpunit tests/Feature/Server/AdminTest.php
|
run: vendor/bin/phpunit
|
||||||
|
|||||||
Reference in New Issue
Block a user