From 6a3b866e83bfd58a6bade22e49cf07164da8b7c6 Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 15:18:52 -0800 Subject: [PATCH] Add needs --- .github/workflows/pull-request-validation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 065dba356a..0819b6fefb 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -70,6 +70,8 @@ jobs: retention-days: 1 test: + needs: + - build runs-on: ubuntu-latest steps: - name: Use Node.js ${{ env.node-version }}