Update run-tests.yml

This commit is contained in:
Marcel Pociot
2021-06-21 22:53:24 +02:00
committed by GitHub
parent bdc4493ff8
commit 780a25df91

View File

@@ -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