From ac3cdd40a21269c83d2e57e68610aed9fe431e54 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Thu, 16 May 2024 15:00:20 -0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9a59730617a..a2101700c3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - uses: "./.github/actions/run_yarn" - uses: borales/actions-yarn@v4 with: - cmd: add && yarn ci:lint + cmd: add -W && yarn ci:lint build: runs-on: ubuntu-latest env: @@ -43,4 +43,4 @@ jobs: - uses: "./.github/actions/run_yarn" - uses: borales/actions-yarn@v4 with: - cmd: add && yarn build + cmd: add -W && yarn build