From a8811a027f164034bd26828b2811610baec212c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Tanr=C4=B1kulu?= Date: Wed, 23 Aug 2023 00:48:11 +0200 Subject: [PATCH] update ci --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fc1702..59c0d79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' @@ -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'