mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-01-26 16:32:19 +01:00
21 lines
292 B
YAML
21 lines
292 B
YAML
name: PHP Composer
|
|
|
|
on:
|
|
push:
|
|
branches: [ "v2", "v3" ]
|
|
pull_request:
|
|
branches: [ "v2", "v3" ]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Run Tests
|
|
run: ./tests/tools/phpunit.phar tests/ |