From b2d0681f474037f8a8485b8c6bf24c04f03dae13 Mon Sep 17 00:00:00 2001 From: Balint Morasz Date: Thu, 26 Oct 2023 13:58:25 +0200 Subject: [PATCH] fix: my stupidity can't be fixed need a higher blood sugar and caffeine concentration :D --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eabb38..1aa1d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18.x - - - name: Yarn Install - run: | - cd ./frontend - yarn install --frozen-lockfiles - name: Cache NPM packages uses: actions/cache@v3 with: @@ -31,6 +26,10 @@ jobs: restore-keys: | npm-${{ hashFiles('./frontend/package-lock.json') }} npm- + - name: Yarn Install + run: | + cd ./frontend + yarn install --frozen-lockfiles - name: Yarn Test run: | cd ./frontend