Skip to content

Commit

Permalink
use full commit hash as ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Aug 28, 2023
1 parent 7e3b853 commit 78355b0
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: 'dev'
ref: '6b9aaae963f71792ab1a75de61d5151ff1d1b7e3'

# - 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 && git checkout 6b9aaae && yarn && npx hardhat node --hostname 127.0.0.1 &
run: cd ./contracts && 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 78355b0

Please sign in to comment.