From d82e0b763dc93191ba58536467b21471bdf1a420 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 10 Mar 2021 15:11:59 +0100 Subject: [PATCH] ci: update fapi suite --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d1eac82..16084971 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,7 @@ jobs: docker pull panvafs/oidc-certification-rp-ci docker run -d -p 8080:8080 panvafs/oidc-certification-rp-ci while ! curl -sk https://127.0.0.1:8080 >/dev/null; do sleep 2; done - - run: git clone --depth 1 --single-branch --branch v4.x https://github.com/panva/openid-client-conformance-tests.git . + - run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-conformance-tests.git . - uses: actions/setup-node@v1 with: node-version: 12 @@ -138,7 +138,7 @@ jobs: fapi-conformance: runs-on: ubuntu-latest steps: - - run: git clone --depth 1 --single-branch --branch release-v4.0.10 https://gitlab.com/openid/conformance-suite.git + - run: git clone --depth 1 --single-branch --branch release-v4.1.6 https://gitlab.com/openid/conformance-suite.git - env: MAVEN_CACHE: ./m2 run: | @@ -148,7 +148,7 @@ jobs: docker-compose -f docker-compose-dev.yml up -d while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done working-directory: ./conformance-suite - - run: git clone --depth 1 --single-branch --branch v4.x https://github.com/panva/openid-client-fapi-certification.git runner + - run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-fapi-certification.git runner - uses: actions/setup-node@v1 with: node-version: 12