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

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

0 comments on commit b97be8d

Please sign in to comment.