Skip to content

OpenID Tests (Relying Party) #9

OpenID Tests (Relying Party)

OpenID Tests (Relying Party) #9

name: OpenID Tests (Relying Party)
on: workflow_dispatch
jobs:
test:
name: Run Conformance Suite
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
env:
CONFORMANCE_API_TOKEN: ${{secrets.CONFORMANCE_API_TOKEN}}
CONFORMANCE_PLAN_ID: 6aJ57GEWsAPJk
CONFORMANCE_RELYING_PARTY_BASE_URI: https://http4k-oidc.herokuapp.com
run: ./gradlew :test-coordinator:conformanceTestsRelyingParty