Skip to content

Commit 8a39cf6

Browse files
committed
conformance: add the remaining client auth test to baseline.yml and trigger conformance tests automatically
1 parent 487ef65 commit 8a39cf6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Conformance Tests
22

33
on:
4-
# TODO: enable automatic triggering when tested.
5-
# push:
6-
# branches: [main]
7-
# pull_request:
4+
push:
5+
branches: [main]
6+
pull_request:
87
workflow_dispatch:
98

109
concurrency:

conformance/baseline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ client:
1818
- auth/token-endpoint-auth-none
1919
- auth/client-credentials-jwt
2020
- auth/client-credentials-basic
21+
- auth/pre-registration
2122
- sse-retry

0 commit comments

Comments
 (0)