diff --git a/.github/workflows/hardhat.js.yml b/.github/workflows/hardhat.js.yml index 268c470..d0eb6c9 100644 --- a/.github/workflows/hardhat.js.yml +++ b/.github/workflows/hardhat.js.yml @@ -45,7 +45,7 @@ jobs: ${{ runner.os }}- - if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }} - name: List the state of node modules + name: 📚 List the state of node modules continue-on-error: true run: npm list @@ -108,7 +108,7 @@ jobs: ${{ runner.os }}- - if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }} - name: List the state of node modules + name: 📚 List the state of node modules continue-on-error: true run: npm list