Skip to content

Commit

Permalink
Runs functional test jobs in parallel w/ build job (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Markley committed Mar 16, 2022
1 parent 7291a4e commit 3c7e8d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 3c7e8d5

Please sign in to comment.