We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4aa54 commit 4e4b034Copy full SHA for 4e4b034
.github/workflows/ci.yaml
@@ -991,7 +991,7 @@ jobs:
991
path: ./.yarn/
992
restore-keys: |
993
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
994
- - run: yarn install && ./tools/ci.sh
+ - run: yarn install --frozen-lockfile --frozen-dependencies && ./tools/ci.sh
995
996
- name: Ensure .tmp Directory Exists
997
run: mkdir -p .tmp/benchmark-results/plugin-ledger-connector-besu/
0 commit comments