Skip to content

Commit

Permalink
build docker image which will used in hive test
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Nov 8, 2024
1 parent 3d4d180 commit eb2aaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taiko-client/integration_test/hive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func testBlobAPI(t *testing.T, pattern string, clients []string) {
handler, err := hivesim.NewHiveFramework(&hivesim.HiveConfig{
BuildOutput: false,
ContainerOutput: true,
DockerPull: false,
BaseDir: os.Getenv("HIVE_DIR"),
SimPattern: "taiko",
SimTestPattern: pattern,
Expand Down

0 comments on commit eb2aaba

Please sign in to comment.