Skip to content

Commit

Permalink
chore: upgrade integration tests (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz authored Jan 23, 2024
1 parent b13dd04 commit d832c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
repository: TERITORI/teritori-dapp
path: teritori-dapp
ref: 3a01c9753a19f39f5b399b9985f3a1d44ec81d23
ref: 7e968801a0a03f47f59dd7683f1653935222ea88

- uses: actions/setup-go@v3
with:
Expand Down
6 changes: 2 additions & 4 deletions integration-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ set -euo pipefail
IFS=$'\n\t'
set -x

commit=3a01c9753a19f39f5b399b9985f3a1d44ec81d23

if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then
commit=7e968801a0a03f47f59dd7683f1653935222ea88
rm -fr teritori-dapp
git clone https://github.com/TERITORI/teritori-dapp.git
cd teritori-dapp
Expand All @@ -17,5 +16,4 @@ fi
yarn

npx tsx packages/scripts/integration-testing/simpleTest ..
npx tsx packages/scripts/integration-testing/upgradeTest142toDir ..
npx tsx packages/scripts/integration-testing/upgradeTest120toDir ..
npx tsx packages/scripts/integration-testing/upgradeTest ..

0 comments on commit d832c94

Please sign in to comment.