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