Skip to content

Commit

Permalink
feat: configure 'Mithril Client multi-platform test' workflow in nigh…
Browse files Browse the repository at this point in the history
…tly dispatcher
  • Loading branch information
jpraynaud committed Jan 2, 2025
1 parent 13917c8 commit 017bed3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
aggregator-stress-test:
uses: ./.github/workflows/aggregator-stress-test.yml

test-client:
uses: ./.github/workflows/test-client.yml

notify-on-failure:
runs-on: ubuntu-22.04
needs: [docker-builds, aggregator-stress-test]
needs: [docker-builds, aggregator-stress-test, test-client]
if: failure()
steps:
- name: Checkout repository
Expand Down

0 comments on commit 017bed3

Please sign in to comment.