Skip to content

[automated] Update Rector Dependencies (#2554) #5892

[automated] Update Rector Dependencies (#2554)

[automated] Update Rector Dependencies (#2554) #5892

Workflow file for this run

name: Unit Tests
on:
pull_request: null
push:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- uses: "ramsey/composer-install@v2"
# for controller tests
- run: cp .env.prod .env
- run: yarn install
- run: yarn run build
- run: php artisan migrate --force
- run: vendor/bin/phpunit