Skip to content

Commit

Permalink
add extra logging to debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 14, 2024
1 parent 12e2714 commit 857c47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Run tests
run: pnpm -F @ensdomains/ensjs tenv start --extra-time 11368000
run: pnpm -F @ensdomains/ensjs tenv start --extra-time 11368000 --verbosity 1
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions packages/ensjs/deploy/01_delete_names.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const func = async function (hre) {
const label = labelhash(labels.shift())
const node = namehash(labels.join('.'))

console.log("--------------- DELETE NAME ---------------")


const tx = await registry.setSubnodeRecord(
node,
label,
Expand Down

0 comments on commit 857c47f

Please sign in to comment.