Skip to content

Commit 97b64a7

Browse files
committed
ci: update remappings
1 parent 04c687d commit 97b64a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/config/regression-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ repositories:
7070
- hardhat compile
7171
- hardhat test solidity
7272
forge-version: v0.3.0
73+
remappings: |
74+
forge-std/=node_modules/forge-std/
7375
hardhat-config: |
7476
export default {
7577
"paths": {
@@ -102,6 +104,9 @@ repositories:
102104
- hardhat compile
103105
- hardhat test solidity
104106
forge-version: v0.3.0
107+
remappings: |
108+
@prb/test/=node_modules/@prb/test/
109+
forge-std/=node_modules/forge-std/
105110
hardhat-config: |
106111
export default {
107112
"paths": {

0 commit comments

Comments
 (0)