Skip to content

Merge pull request #6 from php-api-clients/renovate/major-phpunit #15

Merge pull request #6 from php-api-clients/renovate/major-phpunit

Merge pull request #6 from php-api-clients/renovate/major-phpunit #15

name: Generate and Test Clients
on:
push:
branches:
- 'main'
- 'master'
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
pull_request:
jobs:
generate-and-test-client:
name: Continuous Integration
strategy:
fail-fast: false
matrix:
client: ["miele", "one"]
uses: ./.github/workflows/test-client.yaml
with:
name: ${{ matrix.client }}