Skip to content

Commit

Permalink
fix: Remove bash logs (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp authored Dec 18, 2023
1 parent dd74e0b commit 8742469
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ jobs:
jq -r '.dependencies.etherspot |= "file:../etherspot-sdk"' temp.json > package.json
rm temp.json
npm i
touch ~/logs.txt
npm run test-mainnet |& tee ~/logs.txt
chmod 755 ~/logs.txt
cat ~/logs.txt
echo "export LOGS='$(cat ~/logs.txt)'" >> $BASH_ENV
echo $BASH_ENV
rm ~/logs.txt
source "$BASH_ENV"
npm run test-mainnet
- run:
name: Move test report
command: |
Expand Down

0 comments on commit 8742469

Please sign in to comment.