From 188fe2d4ff99ce2fdce13e57b5e643f939f324a0 Mon Sep 17 00:00:00 2001 From: Akim Mamedov Date: Tue, 19 Dec 2023 17:01:28 +0700 Subject: [PATCH 1/2] Try to fix CI --- .github/workflows/tests.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 014d321d1..bfaa95fb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,12 +91,6 @@ jobs: registry-url: "https://npm.fluence.dev" cache: "pnpm" - - run: pnpm -r i - - run: pnpm -r build - - - name: Lint code - run: pnpm lint-check - - name: Override dependencies uses: fluencelabs/github-actions/pnpm-set-dependency@main with: @@ -107,6 +101,11 @@ jobs: } - run: pnpm -r --no-frozen-lockfile i + - run: pnpm -r build + + - name: Lint code + run: pnpm lint-check + - run: pnpm -r test - name: Dump container logs From 9cac877577d9593ccb43b954d9553de9bbc2d011 Mon Sep 17 00:00:00 2001 From: Akim Mamedov Date: Tue, 19 Dec 2023 17:24:42 +0700 Subject: [PATCH 2/2] Try to fix CI --- .prettierignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index be214940b..a11c789f7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,6 +8,8 @@ build public **/CHANGELOG.md +# TODO: remove after pnpm-set-deps will add \n symbol at the end of these files +**/package.json packages/core/js-client-isomorphic/src/versions.ts __snapshots__