chore: Run conformance tests on upcoming version

This commit is contained in:
Joachim Van Herwegen 2021-10-11 10:15:01 +02:00
parent 7e8e442e52
commit d2f6141c29
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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