From d832c94af40d434fc4b8889f08659d369bb4d20a Mon Sep 17 00:00:00 2001 From: n0izn0iz Date: Tue, 23 Jan 2024 11:55:25 +0100 Subject: [PATCH] chore: upgrade integration tests (#88) Signed-off-by: Norman Meier --- .github/workflows/integration.yml | 2 +- integration-test/run.sh | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 64cfeb4..fb87029 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,7 +18,7 @@ jobs: with: repository: TERITORI/teritori-dapp path: teritori-dapp - ref: 3a01c9753a19f39f5b399b9985f3a1d44ec81d23 + ref: 7e968801a0a03f47f59dd7683f1653935222ea88 - uses: actions/setup-go@v3 with: diff --git a/integration-test/run.sh b/integration-test/run.sh index 5f520e7..cb698de 100755 --- a/integration-test/run.sh +++ b/integration-test/run.sh @@ -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 @@ -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 .. \ No newline at end of file +npx tsx packages/scripts/integration-testing/upgradeTest .. \ No newline at end of file