Skip to content

Commit

Permalink
chore: update testsg
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 7852712 commit 635fef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
repository: TERITORI/teritori-dapp
path: teritori-dapp
ref: 8630979356205f87e9c1e43e4dd1fdf6a0280273
ref: 66134e9580135a07aba64e00b68af9f30f8fdb93

- uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ docker.publish:
docker build . --platform linux/amd64 -t $(IMAGE_TAG)
docker push $(IMAGE_TAG)

.PHONY: integration-test
.PHONY: integration-tests
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=8630979356205f87e9c1e43e4dd1fdf6a0280273
commit=66134e9580135a07aba64e00b68af9f30f8fdb93

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

0 comments on commit 635fef1

Please sign in to comment.