Skip to content

refactor(admin): label the left-menu group Services, not Workspaces #18

refactor(admin): label the left-menu group Services, not Workspaces

refactor(admin): label the left-menu group Services, not Workspaces #18

Workflow file for this run

name: CI
on:
push:
branches: [dev, main]
pull_request:
branches: [dev, main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- name: Composer install
run: composer install --prefer-dist --no-interaction --no-progress
- name: Pint
run: vendor/bin/pint --test || true
- name: PHPStan
run: vendor/bin/phpstan analyse --no-progress || true
- name: Pest
run: vendor/bin/pest --no-coverage --no-interaction || true