Skip to content

Prometheus metrics support #50

Prometheus metrics support

Prometheus metrics support #50

Workflow file for this run

on:
pull_request: null
name: phpunit
jobs:
phpunit-db:
uses: buggregator/gh-actions/.github/workflows/phpunit.yml@master
with:
extensions: >-
['sockets', 'mongodb', 'pgsql', 'pdo_pgsql', 'pdo_mysql']
os: >-
['ubuntu-latest']
php: >-
['8.3']
stability: >-
['prefer-stable']
env:

Check failure on line 18 in .github/workflows/phpunit.yml

View workflow run for this annotation

GitHub Actions / phpunit

Invalid workflow file

The workflow is not valid. .github/workflows/phpunit.yml (Line: 18, Col: 5): Unexpected value 'env' .github/workflows/phpunit.yml (Line: 33, Col: 5): Unexpected value 'env'
PERSISTENCE_DRIVER: db
DB_DRIVER: sqlite
phpunit-memory:
uses: buggregator/gh-actions/.github/workflows/phpunit.yml@master
with:
extensions: >-
['sockets', 'mongodb', 'pgsql', 'pdo_pgsql', 'pdo_mysql']
os: >-
['ubuntu-latest']
php: >-
['8.3']
stability: >-
['prefer-stable']
env:
PERSISTENCE_DRIVER: memory