From 0b107f1038799dcfd7e33cda941e47e533dafd58 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 22 May 2023 16:38:36 +0200 Subject: [PATCH] Split pro --- .github/workflows/budibase_ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 5ab95ff6d6..1871510152 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -60,7 +60,7 @@ jobs: node-version: 14.x cache: "yarn" - run: yarn - - run: yarn test --ignore=@budibase/worker --ignore=@budibase/server + - run: yarn test --ignore=@budibase/worker --ignore=@budibase/server --ignore=@budibase/pro - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos @@ -88,6 +88,21 @@ jobs: name: codecov-umbrella verbose: true + test-pro: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + submodules: true + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + - name: Use Node.js 14.x + uses: actions/setup-node@v3 + with: + node-version: 14.x + cache: "yarn" + - run: yarn + - run: yarn test --scope=@budibase/pro + integration-test: runs-on: ubuntu-latest steps: