Skip to content

chore(deps): bump github.com/elazarl/goproxy from 0.0.0-20221015165544-a0805db90819 to 1.2.1 #640

chore(deps): bump github.com/elazarl/goproxy from 0.0.0-20221015165544-a0805db90819 to 1.2.1

chore(deps): bump github.com/elazarl/goproxy from 0.0.0-20221015165544-a0805db90819 to 1.2.1 #640

name: "OpenID Connect Conformity Tests"
on:
pull_request:
branches:
- master
jobs:
oidc-conformity:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
repository: ory/hydra
ref: a35e78e364a26c4f87f37d9f545ef10b3ffa468a
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
- name: Run tests
run: ./test/conformance/test.sh -v -short -parallel 16