Skip to content

Commit

Permalink
feat: upgrade integration-test
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Jan 19, 2024
1 parent fe00d01 commit 039d500
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
testnetv2
data
*.txt
.idea
.idea

/teritori-dapp/
/build/
9 changes: 6 additions & 3 deletions integration-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -euo pipefail
IFS=$'\n\t'
set -x

make install

parallel --lb -j2 --halt-on-error 2 ::: './start.sh' './integration-test/test.sh'
rm -fr teritori-dapp
git clone https://github.com/TERITORI/teritori-dapp.git
cd teritori-dapp
git checkout 8853dff7dd50ca7f3f4a2c444eede38f5a40d0bc
yarn
npx tsx packages/scripts/integration-testing/upgradeTest142toDir ..
15 changes: 0 additions & 15 deletions integration-test/test.sh

This file was deleted.

0 comments on commit 039d500

Please sign in to comment.