From 221a18c4421886858415bbaf4cf115f35dbaa213 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 | 7 ++++++- integration-test/run.sh | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 235a12a..8e5fc7a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -20,5 +20,10 @@ jobs: with: node-version: 16 + - name: Setup yarn + run: npm install -g yarn + - name: Run integration tests run: make integration-tests + env: + TMPDIR: "${{ runner.temp }}" diff --git a/integration-test/run.sh b/integration-test/run.sh index f4b9bc1..a874664 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=8630979356205f87e9c1e43e4dd1fdf6a0280273 if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then rm -fr teritori-dapp