From d6dc984400f61800894fde90b64811d07cce3349 Mon Sep 17 00:00:00 2001 From: elkuku Date: Fri, 10 Nov 2023 17:20:58 +0100 Subject: [PATCH] Update github workflow --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 731329b..079cbf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,12 +69,12 @@ jobs: # restore-keys: | # ${{ runner.os }}-yarn-cache-node-modules- - - name: Yarn install + #- name: Yarn install # if: steps.yarn-cache-node-modules.outputs.cache-hit != 'true' - run: yarn install + #run: yarn install - - name: Yarn build - run: yarn run encore production + #- name: Yarn build + # run: yarn run encore production ## —— Tests ——————————————————————————————————————————————————————————— - name: Run functionnal and unit tests run: make citests