From c2c9add2c75b6f9b6a5408fcac676753e2bd2f97 Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 22:43:01 -0800 Subject: [PATCH] Add needs --- .github/workflows/pull-request-validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index dc296d95a2..86d54fdf57 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -177,6 +177,9 @@ jobs: merge-test-result: name: Merge test result + needs: + - html-test + - unit-test runs-on: ubuntu-latest steps: