Skip to content

Commit

Permalink
run shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 23, 2024
1 parent e91e3df commit cc17ad1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/run-solidity-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ cd example_chain && make install
cd ../tests/solidity || exit

if command -v yarn &>/dev/null; then
yarn install
yarn install
else
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
yarn install
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
yarn install
fi

yarn test --network evmos "$@"

0 comments on commit cc17ad1

Please sign in to comment.