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