Skip to content

Commit

Permalink
fix: ci working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 7, 2023
1 parent 6f3de47 commit b7ab786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
with:
version: nightly
- name: Install dependencies
working-directory: contracts
run: forge install
- name: Run forge build
working-directory: contracts
run: |
forge --version
cd contracts
FOUNDRY_PROFILE=lite forge build --contracts ./src/loadtester/LoadTester.sol
forge build --skip LoadTester.sol
Expand Down

0 comments on commit b7ab786

Please sign in to comment.