From 8abb588d41a606d3497ac5c011319b6b76d9e52c Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Mon, 16 Aug 2021 19:38:09 +0200 Subject: [PATCH] chore: remove yarn audit from github actions Lerna has a bunch of errors in devDependencies. Will probably not be fixed soon. This stops our tests from running, so remove it for now. --- .github/workflows/pr_check.yml | 4 ---- .github/workflows/release.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index abb9f0bf..a2e3467e 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -26,10 +26,6 @@ jobs: - name: Install dependencies run: npx lerna bootstrap - - name: Run audit - run: | - yarn audit - - name: Run linting and tests run: | yarn lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cda8b014..e4e465c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,10 +27,6 @@ jobs: - name: Install dependencies run: npx lerna bootstrap - - name: Run audit - run: | - yarn audit - - name: Run linting and tests run: | yarn lint