소스 검색

fix(ci): install pnpm on integration tests

Lucas Nogueira 1 년 전
부모
커밋
dd5b081eeb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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