Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Aug 22, 2023
1 parent aadcdaf commit a8811a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
repository: ensdomains/ens-contracts
path: './contracts'
ref: '787c5d8'
ref: 'dev'

# - name: Run local node on Windows
# if: runner.os == 'Windows'
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Run local node on Unix
if: runner.os != 'Windows'
run: cd ./contracts && yarn && npx hardhat node --hostname 127.0.0.1 &
run: cd ./contracts && git checkout 787c5d8 && yarn && npx hardhat node --hostname 127.0.0.1 &
env:
BATCH_GATEWAY_URLS: '["https://universal-offchain-unwrapper.ens-cf.workers.dev/"]'
DOH_GATEWAY_URL: 'https://cloudflare-dns.com/dns-query'
Expand Down

0 comments on commit a8811a0

Please sign in to comment.