Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz committed Jan 19, 2024
1 parent 0611a71 commit 1ef7555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
node-version: 18

- name: Run integration test
run: make integration-test
- name: Run integration tests
run: make integration-tests
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ docker.publish:
docker push $(IMAGE_TAG)

.PHONY: integration-test
integration-test:
integration-tests:
./integration-test/run.sh
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=8853dff7dd50ca7f3f4a2c444eede38f5a40d0bc
commit=495fcda1905177d1d9904c1981a7520c50c7d663

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

0 comments on commit 1ef7555

Please sign in to comment.