Files
nextcloud-forum/.github/workflows/phpunit-pgsql.yml

17 lines
325 B
YAML

name: PHPUnit PostgreSQL
on:
pull_request:
push:
branches:
- master
concurrency:
group: phpunit-pgsql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
phpunit-pgsql:
uses: chenasraf/workflows/.github/workflows/nextcloud-phpunit-pgsql.yml@nextcloud-latest
secrets: inherit