Skip to content

Commit

Permalink
remove single threading of workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Jan 26, 2024
1 parent 05ac373 commit 0f6052d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
unit-tests:
name: FST Java Unit Tests
uses: ./.github/workflows/zxc-compile-code.yaml
needs:
- spotless
with:
custom-job-label: Standard
enable-unit-tests: true
Expand All @@ -65,16 +63,12 @@ jobs:

chart-tests:
name: FS Helm Chart Tests
needs:
- unit-tests
uses: ./.github/workflows/zxc-helm-chart-tests.yaml
with:
custom-job-label: Standard

fsnetman-tests:
name: FS Network Manager Tests
needs:
- chart-tests
uses: ./.github/workflows/zxc-fsnetman-tests.yaml
with:
custom-job-label: Standard
Expand Down

0 comments on commit 0f6052d

Please sign in to comment.