From 3c7e8d5cb00ff184105e7bb1ea8d02350ecefde3 Mon Sep 17 00:00:00 2001 From: Tommy Markley Date: Wed, 16 Mar 2022 16:24:50 -0500 Subject: [PATCH] Runs functional test jobs in parallel w/ build job (#1356) --- .github/workflows/pr_check_workflow.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr_check_workflow.yml b/.github/workflows/pr_check_workflow.yml index c4f1f0de093..65c569b5654 100644 --- a/.github/workflows/pr_check_workflow.yml +++ b/.github/workflows/pr_check_workflow.yml @@ -60,7 +60,6 @@ jobs: run: yarn test:jest_integration:ci functional-tests: - needs: [ build-lint-test ] runs-on: ubuntu-latest name: Run functional tests strategy: @@ -69,10 +68,6 @@ jobs: steps: - run: echo Running functional tests for ciGroup${{ matrix.group }} - - name: Get the cached tests results - id: ftr_tests_results - run: cat ftr_tests_results 2>/dev/null || echo 'default' - - name: Checkout code uses: actions/checkout@v2