Browse Source

remove --frozen-lockfile in anchor.yml

John 1 year ago
parent
commit
438aec856f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/anchor.yml

+ 1 - 1
.github/workflows/anchor.yml

@@ -125,7 +125,7 @@ jobs:
             Testing $projectDir
             ********"
             cd $projectDir
-            pnpm install --frozen-lockfile
+            pnpm install
             if anchor test; then
               echo "Tests succeeded for $projectDir."
             else