Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 50221ee

Browse files
Denys Smirnovdennwc
authored andcommitted
specify docker image for tests
Signed-off-by: Denys Smirnov <denys@sourced.tech>
1 parent f41011a commit 50221ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

driver/fixtures/fixtures_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ var Suite = &fixtures.Suite{
3232
"MethodDeclaration",
3333
},
3434
},
35+
Docker: fixtures.DockerConfig{
36+
Image: "openjdk:8",
37+
},
3538
}
3639

3740
func TestJavaDriver(t *testing.T) {

0 commit comments

Comments
 (0)