Skip to content

Commit

Permalink
Fix lint issue and go-junit-report installation
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Oct 24, 2024
1 parent 3fd5cc1 commit 1f070c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ workflows:
goreleaser release
step_bundles:
run_lint:
steps:
Expand Down Expand Up @@ -280,6 +279,9 @@ step_bundles:
#!/usr/bin/env bash
set -ex
go install github.com/jstemmer/go-junit-report/v2@latest
if [ "$(uname)" == "Linux" ]; then
asdf reshim golang
fi
setup_goreleaser:
steps:
Expand Down

0 comments on commit 1f070c9

Please sign in to comment.