Skip to content

Fix router execution action #56

Fix router execution action

Fix router execution action #56

Workflow file for this run

name: "Benchmarks"
on: [pull_request]
jobs:
lint:
name: Benchmarks
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- name: Install dependencies
run: composer install --prefer-dist
- name: Run Benchmarks
run: composer bench -- --progress=plain