From 0b0d3ea348e4981f666917b72f95cbf8ded370cd Mon Sep 17 00:00:00 2001 From: Nate W Date: Wed, 21 Aug 2024 18:49:19 -0700 Subject: [PATCH] updating npm install in workflow Signed-off-by: Nate W --- .github/workflows/check-links.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 9e95c20ea..af83bc03d 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -34,8 +34,9 @@ jobs: cache: npm cache-dependency-path: tmp/package-ci.json - - run: npm install --omit=optional - - run: npm run log:check:links + - run: | + npm install --omit=optional + npm run log:check:links continue-on-error: true - uses: actions/upload-artifact@v4 with: