diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 434bf54..e42779e 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: 8630979356205f87e9c1e43e4dd1fdf6a0280273 + ref: 66134e9580135a07aba64e00b68af9f30f8fdb93 - uses: actions/setup-go@v3 with: diff --git a/Makefile b/Makefile index 52b9c4c..7057f2e 100644 --- a/Makefile +++ b/Makefile @@ -214,6 +214,6 @@ docker.publish: docker build . --platform linux/amd64 -t $(IMAGE_TAG) docker push $(IMAGE_TAG) -.PHONY: integration-test +.PHONY: integration-tests integration-tests: ./integration-test/run.sh \ No newline at end of file diff --git a/integration-test/run.sh b/integration-test/run.sh index 240d66a..bddc419 100755 --- a/integration-test/run.sh +++ b/integration-test/run.sh @@ -3,7 +3,7 @@ set -euo pipefail IFS=$'\n\t' set -x -commit=8630979356205f87e9c1e43e4dd1fdf6a0280273 +commit=66134e9580135a07aba64e00b68af9f30f8fdb93 if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then rm -fr teritori-dapp