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