Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Jan 21, 2024
1 parent 29f048a commit 221a18c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -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 }}"
2 changes: 1 addition & 1 deletion integration-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 221a18c

Please sign in to comment.