mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Run conformance tests on upcoming version
This commit is contained in:
parent
7e8e442e52
commit
d2f6141c29
8
.github/workflows/schedule.yml
vendored
8
.github/workflows/schedule.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user