From ec9f5aee26889ea41865252c834eb9451bf9944d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 2 Jan 2025 12:29:45 +0100 Subject: [PATCH] feat: configure 'Mithril Client multi-platform test' workflow in nightly dispatcher --- .github/workflows/nightly-dispatcher.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly-dispatcher.yml b/.github/workflows/nightly-dispatcher.yml index cf99fe573d..86c732524e 100644 --- a/.github/workflows/nightly-dispatcher.yml +++ b/.github/workflows/nightly-dispatcher.yml @@ -16,6 +16,9 @@ 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]