From 7e8060e322f76a82a76567b91edd43cbbbc5d268 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 16 May 2024 15:18:32 -0400 Subject: [PATCH] remove pnpm tests --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6ef34..95af521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,9 @@ jobs: run: yarn install - name: Run Tests run: yarn test - - name: Run yarn pnp tests - if: matrix.os == 'ubuntu-latest' - run: yarn test-pnp + # - name: Run yarn pnp tests + # if: matrix.os == 'ubuntu-latest' + # run: yarn test-pnp - name: Coverage if: matrix.os == 'ubuntu-latest' run: yarn test-coverage