From cc6453998160f73656ff37000c58cde6136fe471 Mon Sep 17 00:00:00 2001 From: adrinr Date: Wed, 12 Apr 2023 10:50:10 +0100 Subject: [PATCH] Remove test pro --- .github/workflows/budibase_ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index db9bdde070..31254e956c 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -65,21 +65,6 @@ jobs: name: codecov-umbrella verbose: true - test-pro: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - submodules: true - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - name: Use Node.js 14.x - uses: actions/setup-node@v1 - with: - node-version: 14.x - - run: yarn - - run: yarn bootstrap - - run: yarn test:pro - integration-test: runs-on: ubuntu-latest steps: