Skip to content

Commit

Permalink
fix: error Command "l1" not found
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitastupin-matterlabs committed Feb 5, 2025
1 parent 61e2de7 commit 672c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/invariant-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn
yarn sc build:foundry # creates JSON files needed for `yarn l1 test:foundry`
cd l1-contracts
yarn l1 test:zkfoundry # creates `l1-contracts/script-out/diamond-selectors.toml` which is needed for `l1-contracts/deploy-scripts/DeployUtils.s.sol`
yarn test:zkfoundry # creates `l1-contracts/script-out/diamond-selectors.toml` which is needed for `l1-contracts/deploy-scripts/DeployUtils.s.sol`
- name: Run tests
run: |
Expand Down

0 comments on commit 672c0ac

Please sign in to comment.