From d27649752b810f1811ef3f0dd416f73928ce805d Mon Sep 17 00:00:00 2001 From: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:17:14 +0200 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2cde0d1809..9b4c5b37a5 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -23,7 +23,6 @@ jobs: uses: ./.github/actions/cache-bootstrap with: extension: unit-tests - partial: true - name: Run unit tests run: node --max-old-space-size=2048 ./node_modules/.bin/jest -w 1