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 e3e569b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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=d698e3fea3e913dfe117a272e929b73ef4c25ceb

if [[ -z "${TERITORI_DAPP_REPO:-}" ]]; then
rm -fr teritori-dapp
Expand Down

0 comments on commit e3e569b

Please sign in to comment.