Skip to content

Commit

Permalink
comment ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Nov 25, 2024
1 parent c640c07 commit d2ec310
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run:
npx hardhat node &
yarn deploy
# deploy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# - run: yarn install
# - run:
# npx hardhat node &
# yarn deploy

0 comments on commit d2ec310

Please sign in to comment.