From e3e569baba12373643468f54d253e8992094a3ba Mon Sep 17 00:00:00 2001 From: Norman Meier Date: Sun, 21 Jan 2024 16:23:55 +0100 Subject: [PATCH] chore: update test Signed-off-by: Norman Meier --- .github/workflows/integration.yml | 3 +++ integration-test/run.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 235a12a..1674819 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,5 +20,8 @@ jobs: with: node-version: 16 + - name: Setup yarn + run: npm install -g yarn + - name: Run integration tests run: make integration-tests diff --git a/integration-test/run.sh b/integration-test/run.sh index f4b9bc1..3838ba2 100755 --- a/integration-test/run.sh +++ b/integration-test/run.sh @@ -3,7 +3,7 @@ set -euo pipefail IFS=$'\n\t' set -x -commit=d6790a316833e9022158b12aa83e5ddd4dc82429 +commit=d698e3fea3e913dfe117a272e929b73ef4c25ceb if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then rm -fr teritori-dapp