Skip to content

Commit

Permalink
ci: fsnetman should depend on chart tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 26, 2024
1 parent 68ebf98 commit d4851c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,16 @@ 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 d4851c8

Please sign in to comment.