Skip to content

Commit

Permalink
Merge branch 'master' into chore/add-klaytn
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Nov 17, 2023
2 parents d521d56 + cd2504f commit 1474aad
Show file tree
Hide file tree
Showing 65 changed files with 4,102 additions and 70 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,7 @@ jobs:
jq -r '.dependencies."@etherspot/prime-sdk" |= "file:../etherspot-prime-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
1 change: 1 addition & 0 deletions .github-pages/files/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sdk.etherspot.io
Loading

0 comments on commit 1474aad

Please sign in to comment.