From 4dc87d724ff6895624ee33e1c69f952d0d686945 Mon Sep 17 00:00:00 2001 From: Vygandas Pliasas Date: Sun, 29 Oct 2023 14:46:55 +0200 Subject: [PATCH] clean up PR tests CI file a bit --- .github/workflows/pr_affected_code.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pr_affected_code.yml b/.github/workflows/pr_affected_code.yml index cf5e162..fde265c 100644 --- a/.github/workflows/pr_affected_code.yml +++ b/.github/workflows/pr_affected_code.yml @@ -21,17 +21,10 @@ jobs: - run: git fetch origin main -# - run: yarn install - - uses: pnpm/action-setup@v2 with: version: 8 run_install: false -# run_install: | -# - use-beta-cli=true -# - recursive: true -# args: [--frozen-lockfile=false, --strict-peer-dependencies, --no-prefer-frozen-lockfile] -# - args: [--global, gulp, prettier, typescript, eslint] - run: pnpm install --no-prefer-frozen-lockfile