From b4bb002dbc9e73938a37cfa1cb10d7bd73e8b35e Mon Sep 17 00:00:00 2001 From: vic-en Date: Tue, 6 Aug 2024 16:05:45 -0500 Subject: [PATCH] update workflow file --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2b04084376..2ac7ed200a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -79,7 +79,7 @@ jobs: cp -rf src/templates/* conf sed -i 's|/home/gateway/conf/lists/|conf/lists/|g' ./conf/*.yml sed -i 's/https:\/\/rpc.ankr.com\/eth_goerli/http:\/\/127.0.0.1:8545\//g' ./conf/ethereum.yml - sed -i 's/https:\/\/etc.rivet.link\/eth_goerli/http:\/\/127.0.0.1:8545\//g' ./conf/ethereum-classic.yml + sed -i 's/https:\/\/etc.rivet.link/http:\/\/127.0.0.1:8545\//g' ./conf/ethereum-classic.yml - name: Run unit test coverage if: github.event_name == 'pull_request'