Skip to content

Commit

Permalink
chore: try fix test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 20, 2024
1 parent c0983a4 commit 8c66fc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: GoReleaser Cross
run: make release-dryrun-cross
run: make release-dry-run-cross
env:
RELEASE: false
GITHUB_TOKEN: ""
- name: GoReleaser
run: make release-dryrun
run: make release-dry-run
env:
RELEASE: false
GITHUB_TOKEN: ""
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ _test-regression:

DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.36.0

containerProtoVer=0.14.0
containerProtoVer=0.15.0
containerProtoImage=ghcr.io/cosmos/proto-builder:$(containerProtoVer)
containerProtoGen=$(PROJECT_NAME)-proto-gen-$(containerProtoVer)
containerProtoFmt=$(PROJECT_NAME)-proto-fmt-$(containerProtoVer)
Expand Down
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd ..
# after the proto files have been generated add them to the the repo
# in the proper location. Then, remove the ephemeral tree used for generation
echo "copying generated type files to repo"
sudo cp -r github.com/arkeonetwork/arkeo/* .
cp -r github.com/arkeonetwork/arkeo/* .
rm -rf github.com

# we need to go mod manually, because the docker image is still on go1.18
Expand Down

0 comments on commit 8c66fc9

Please sign in to comment.