Browse Source

fix(ci): install pnpm on integration tests

Lucas Nogueira 1 year ago
parent
commit
dd5b081eeb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/covector-version-or-publish.yml

+ 2 - 0
.github/workflows/covector-version-or-publish.yml

@@ -23,6 +23,8 @@ jobs:
         with:
           fetch-depth: 0
 
+      - run: corepack enable
+
       - name: install stable
         uses: dtolnay/rust-toolchain@stable