Skip to content

Commit 4003c3b

Browse files
chr-hertelclaude
andcommitted
rename conformance CI jobs for consistent grouping
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e2f8f6d commit 4003c3b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Tests
7373
run: vendor/bin/phpunit --testsuite=inspector
7474

75-
conformance:
75+
conformance-server:
76+
name: conformance / server
7677
runs-on: ubuntu-latest
7778
steps:
7879
- name: Checkout
@@ -122,7 +123,8 @@ jobs:
122123
if: always()
123124
run: docker compose -f tests/Conformance/Fixtures/docker-compose.yml down
124125

125-
client-conformance:
126+
conformance-client:
127+
name: conformance / client
126128
runs-on: ubuntu-latest
127129
steps:
128130
- name: Checkout

0 commit comments

Comments
 (0)