1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

composer test command

This commit is contained in:
Abrar Ahmad 2022-08-22 13:49:28 +05:00
parent 038ed62719
commit 2b10be675f

View file

@ -82,7 +82,7 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction composer update --prefer-dist --no-interaction
- name: Run tests - name: Run tests
run: ./vendor/bin/pest run: composer test
env: env:
DB_PASSWORD: password DB_PASSWORD: password
DB_USERNAME: root DB_USERNAME: root