ソースを参照

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