Skip to content

Commit

Permalink
[none] test refactoring, attempting to address another ci only test f…
Browse files Browse the repository at this point in the history
…ailure
  • Loading branch information
robertfmurdock committed Sep 21, 2024
1 parent 968a635 commit 9b95675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ interface CalculateVersionTestSpec {
gitAdapter.config("commit.gpgsign", "false")
gitAdapter.add(".")
gitAdapter.addCommitWithMessage("test commit")
gitAdapter.newAnnotatedTag("1.0.23", "HEAD", null, null)
gitAdapter.newAnnotatedTag("1.0.23", "HEAD", "test", "test")
gitAdapter.checkout("main", newBranch = true)
gitAdapter.addRemote("origin", projectDir.absolutePath)
val version = runCalculateVersionSuccessfully()
Expand Down

0 comments on commit 9b95675

Please sign in to comment.