From d2ec3109d3399425815aa738c83fdffb9b5e2c45 Mon Sep 17 00:00:00 2001 From: mehditorabiv Date: Mon, 25 Nov 2024 14:40:32 +0300 Subject: [PATCH] comment ci --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a0cf9a..0cfcc37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + # deploy: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-node@v4 + # - run: yarn install + # - run: + # npx hardhat node & + # yarn deploy \ No newline at end of file