Skip to content

Merge pull request #210: Use common github workflows in CI #920

Merge pull request #210: Use common github workflows in CI

Merge pull request #210: Use common github workflows in CI #920

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...