From 0133dda46727154bb293fa98fb43aa0062f9057b Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 27 Oct 2021 14:25:05 +0200 Subject: [PATCH] ci: update branch of the conformance runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0af6045b..229428fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -196,7 +196,7 @@ jobs: run: | 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 - - run: git clone --depth 1 --single-branch --branch five https://github.com/panva/openid-client-certification-suite.git runner + - run: git clone --depth 1 --single-branch --branch main https://github.com/panva/openid-client-certification-suite.git runner - uses: actions/setup-node@v2 with: node-version: 12