From 3dc51f40f8db5aca26eb66ab83eccf27400201b1 Mon Sep 17 00:00:00 2001 From: Zsolt Stenger Date: Mon, 25 Dec 2023 11:52:58 +0100 Subject: [PATCH] wtf --- .github/workflows/build_and_deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index cfc8e9425..b7507cd94 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -21,10 +21,6 @@ jobs: - name: Install Dependencies working-directory: frontend run: npm install - - - name: Print npm log - if: failure() - run: cat /home/runner/.npm/_logs/*-debug.log - name: Run Tests working-directory: frontend @@ -48,6 +44,10 @@ jobs: working-directory: frontend run: npm install + - name: Print npm log + if: failure() + run: cat /home/runner/.npm/_logs/*.log + - name: Build Frontend working-directory: frontend run: npm run build