Skip to content

Commit

Permalink
ci: use correct fork and hash for conformity testing (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 14, 2021
1 parent 4e1a06d commit 0366cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "OpenID Connect Conformity Tests"

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand All @@ -22,7 +19,9 @@ jobs:
with:
go-version: '^1.15.0'
- name: Update fosite
run: go get github.com/${{ github.repository }}@${{ github.event.pull_request.head.sha }}
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
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ format:

test:
go test ./...

0 comments on commit 0366cfd

Please sign in to comment.