diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de29889a..30406ec1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,8 @@ jobs: with: version: nightly + - run: npm install + - name: Run Forge build run: | forge --version diff --git a/remappings.txt b/remappings.txt index 6b42ea44..8f760b04 100644 --- a/remappings.txt +++ b/remappings.txt @@ -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 \ No newline at end of file +@RealityETH/zkevm-contracts/=lib/zkevm-contracts/ \ No newline at end of file