Skip to content

Commit

Permalink
using main in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Nov 14, 2022
1 parent 9a5e059 commit dbc31de
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 @@ -26,14 +26,14 @@ jobs:
sudo echo "127.0.0.1 nevermined-metadata" | sudo tee -a /etc/hosts
# TODO: Use `master` when the renaming is done
git clone https://github.com/nevermined-io/tools -b feauture/node_name
git clone https://github.com/nevermined-io/tools
cd tools
export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
rm -rf "${HOME}/.nevermined/nevermined-contracts/artifacts"
./start_nevermined.sh --latest --no-graph --no-node --geth 2>&1 | tee nevermined_tools.txt &
./start_nevermined.sh --latest --no-graph --no-node 2>&1 | tee nevermined_tools.txt &
cd ..
./scripts/wait-nevermined.sh
- name: Run tests
Expand Down

0 comments on commit dbc31de

Please sign in to comment.