Explorar o código

fix(ci): install pnpm on integration tests

Lucas Nogueira hai 1 ano
pai
achega
dd5b081eeb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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