mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Update tests.yml
This commit is contained in:
parent
fa74b06613
commit
3d4de2001e
1 changed files with 13 additions and 1 deletions
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
@ -22,9 +22,21 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: xdebug
|
coverage: pcov
|
||||||
|
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
run: composer install --prefer-dist --no-progress
|
run: composer install --prefer-dist --no-progress
|
||||||
|
|
||||||
|
- name: Setup node
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '12'
|
||||||
|
|
||||||
|
- name: Install yarn dependencies
|
||||||
|
run: yarn install
|
||||||
|
|
||||||
|
- name: Build frontend
|
||||||
|
run: yarn build
|
||||||
|
|
||||||
|
- name: Run PHPunit
|
||||||
|
run: ./bin/phpunit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue