Prometheus metrics support #50
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / phpunitInvalid workflow file
|
||
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 |