Skip to content

Commit

Permalink
chore: update test project
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 8, 2023
1 parent 28d76b4 commit 76cede1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pipeline/checkout/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.tmp
codedb
ddd-monolithic-code-sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.junit.jupiter.api.Test
class GitSourceSettingsTest {
@Test
fun `test from args for branch`() {
val repository = "https://github.com/archguard/codedb"
val repository = "https://github.com/archguard/ddd-monolithic-code-sample"
val branch = "master"

val settings = GitSourceSettings(
Expand Down

0 comments on commit 76cede1

Please sign in to comment.