From 93fe7670fe80d0bc0bd8a97cb044962fdde8ce91 Mon Sep 17 00:00:00 2001 From: Phillip Jensen Date: Wed, 4 Oct 2023 08:50:39 +0200 Subject: [PATCH] chore: remove workaround that didnt work --- tests/e2e/start-requestor.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/e2e/start-requestor.sh b/tests/e2e/start-requestor.sh index 30b6f93b7..bd5042a28 100755 --- a/tests/e2e/start-requestor.sh +++ b/tests/e2e/start-requestor.sh @@ -5,10 +5,6 @@ get_funds_from_faucet() { yagna payment fund } -cd /golem-js -npm i -npm run build - # echo "Starting Yagna in the background to get funds from the faucet" echo "Starting Yagna" # yagna service run >/dev/null 2>&1 &