Break out pro tests into their own ci job

This commit is contained in:
Rory Powell 2023-02-27 15:55:46 +00:00
parent 3365f9f0d3
commit 60a4d46fd3
1 changed files with 14 additions and 0 deletions

View File

@ -64,6 +64,20 @@ jobs:
name: codecov-umbrella
verbose: true
test-pro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install Pro
run: yarn install:pro $BRANCH $BASE_BRANCH
- run: yarn
- run: yarn bootstrap
- run: yarn test:pro
integration-test:
runs-on: ubuntu-latest
services: