Skip to content

Commit

Permalink
ci: try fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyasjoshi committed Nov 14, 2024
1 parent 6456a2d commit 626ae5d
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
run: npm ci
- name: Test
run: npm run ci:test
- name: Dev deployment
run: npm run aave:evm:dev:migration
- name: Mainnet deployment at Mainnet fork
run: npm run aave:fork:main
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
# - name: Dev deployment
# run: npm run aave:evm:dev:migration
# - name: Mainnet deployment at Mainnet fork
# run: npm run aave:fork:main
# env:
# ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
# - name: Coverage
# run: npm run coverage
# - uses: codecov/codecov-action@v1
Expand Down
Loading

0 comments on commit 626ae5d

Please sign in to comment.