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