diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a341ef7..9da84d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ on: - synchronize - ready_for_review jobs: - set-node: runs-on: ubuntu-latest steps: @@ -54,9 +53,9 @@ jobs: runs-on: ubuntu-latest needs: - compile - - - uses: actions/checkout@v4 + steps: + - uses: actions/checkout@v4 - - name: Run hardhat test - run: | - npm run test:all + - name: Run hardhat test + run: | + npm run test:all