From 62e77131acde72a23022d531cdafcf6ba0901dbf Mon Sep 17 00:00:00 2001 From: Pedro Jorge Date: Wed, 11 Sep 2024 18:08:09 -0300 Subject: [PATCH] actions: try another config --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e358abf..c0dec22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: Install pnpm with: version: 9 - run_install: false + # run_install: false - name: Setup node uses: actions/setup-node@v4 @@ -25,7 +25,6 @@ jobs: node-version: 20 cache: 'pnpm' - - run: pnpm install - run: pnpm test - name: Generate tag