Browse Source

:construction_worker: Update test action

Gabriele Picco 1 year ago
parent
commit
17dae7a040
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/run-tests.yml

+ 1 - 2
.github/workflows/run-tests.yml

@@ -44,7 +44,7 @@ jobs:
       - name: Install Node Modules
         run: |
           export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
-          yarn --frozen-lockfile --network-concurrency 2
+          yarn install
 
       - name: Install Rust
         uses: dtolnay/rust-toolchain@stable
@@ -77,7 +77,6 @@ jobs:
             cargo fmt -- --check --verbose
             cargo clippy -- --deny=warnings
           else
-            prettier -v
             yarn lint
           fi