Skip to content

Commit 6c87b89

Browse files
authored
Merge pull request #150 from php-api-clients/test-generating-subsplit-client
Test generating subsplit client
2 parents 267f45f + 05b7402 commit 6c87b89

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/single-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: Continuous Integration (Single Client)
22
on:
33
push:
44
branches:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Continuous Integration (SubSplit Client)
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
- 'master'
7+
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
8+
pull_request:
9+
jobs:
10+
generate-and-test-client:
11+
runs-on: ubuntu-latest
12+
name: Generate and test client
13+
container:
14+
image: ghcr.io/wyrihaximusnet/php:8.2-nts-alpine-dev-root
15+
steps:
16+
- uses: actions/checkout@v3
17+
with:
18+
fetch-depth: '0'
19+
persist-credentials: 'false'
20+
- uses: "ramsey/composer-install@v2"
21+
- run: make generate-example-client-subsplit

0 commit comments

Comments
 (0)