From d2f6141c29aba0a371d29aebfca4af6d22130c6f Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 11 Oct 2021 10:15:01 +0200 Subject: [PATCH] chore: Run conformance tests on upcoming version --- .github/workflows/schedule.yml | 8 ++++++++ test/deploy/conformance.env | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 4d0b306a2..9a85fc2dd 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -9,6 +9,12 @@ on: jobs: conformance: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + branch: + - 'main' + - 'versions/2.0.0' timeout-minutes: 10 steps: - name: Use Node.js 16.x @@ -17,6 +23,8 @@ jobs: node-version: 16.x - name: Check out the project uses: actions/checkout@v2 + with: + ref: ${{ matrix.branch }} - name: Install dependencies and run build scripts run: npm ci - name: Start the server in the background diff --git a/test/deploy/conformance.env b/test/deploy/conformance.env index 97e292e4c..8b07acd64 100644 --- a/test/deploy/conformance.env +++ b/test/deploy/conformance.env @@ -1,5 +1,5 @@ -SOLID_IDENTITY_PROVIDER=http://localhost:3000/idp -USER_REGISTRATION_ENDPOINT=http://localhost:3000/idp/register +SOLID_IDENTITY_PROVIDER=http://localhost:3000/idp/ +USER_REGISTRATION_ENDPOINT=http://localhost:3000/idp/register/ USERS_ALICE_WEBID=http://localhost:3000/alice/profile/card#me USERS_ALICE_USERNAME=alice@alice.mail USERS_ALICE_PASSWORD=pass1234