Skip to content

Commit

Permalink
Remove reality.eth remapping which seems unnecessary, add the npm ins…
Browse files Browse the repository at this point in the history
…tall to the forge test step
  • Loading branch information
edmundedgar committed Feb 24, 2024
1 parent ec4db62 commit bd10238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
version: nightly

- run: npm install

- name: Run Forge build
run: |
forge --version
Expand Down
3 changes: 1 addition & 2 deletions remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
@RealityETH/zkevm-contracts/=lib/zkevm-contracts/
@reality.eth/contracts/=node_modules/@reality.eth/contracts
@RealityETH/zkevm-contracts/=lib/zkevm-contracts/

0 comments on commit bd10238

Please sign in to comment.