Skip to content

Commit d8f48b9

Browse files
committed
fix(ci): instala deps do RW.BC.DApp antes do check de ABI drift
O job crypto rodava check-abi-drift.mjs (que importa 'ethers') sem nunca instalar as deps do RW.BC.DApp — só passava localmente porque o node_modules já existia de sessões anteriores.
1 parent ea32769 commit d8f48b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
working-directory: RW.BC.Crypto
4949
- run: npm run validate-upgrade
5050
working-directory: RW.BC.Crypto
51+
- run: npm ci
52+
working-directory: RW.BC.DApp
5153
- run: node ../RW.BC.DApp/scripts/check-abi-drift.mjs
5254
working-directory: RW.BC.Crypto
5355

0 commit comments

Comments
 (0)