From 1445987eee949fb37085ef19865d20031f8a0fc2 Mon Sep 17 00:00:00 2001 From: Mathias Klippinge Date: Thu, 21 Dec 2023 15:04:56 +0100 Subject: [PATCH] Show config --- .github/actions/setup-smoke-test/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/setup-smoke-test/action.yml b/.github/actions/setup-smoke-test/action.yml index 28241e0c..065296b4 100644 --- a/.github/actions/setup-smoke-test/action.yml +++ b/.github/actions/setup-smoke-test/action.yml @@ -37,12 +37,14 @@ runs: - name: Install deps in mappersmith/ run: | cd mappersmith + yarn config yarn install --immutable --immutable-cache shell: bash - name: Install deps in mappersmith-consumer/ run: | cd mappersmith-consumer + yarn config yarn install --immutable --immutable-cache shell: bash