Skip to content

Commit 0fc75a4

Browse files
committed
fix path
1 parent 271e23e commit 0fc75a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildkite/src/Command/RosettaBlockRaceTest.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ in { step =
2828
, buildFlags = BuildFlags.Type.Instrumented
2929
}
3030
)
31-
( ".buildkite/scripts/rosetta-block-race-with-data.sh "
32-
++ "&& buildkite/scripts/upload-partial-coverage-data.sh ${key}"
31+
( "./buildkite/scripts/tests/rosetta-block-race-test.sh "
32+
++ "&& ./buildkite/scripts/upload-partial-coverage-data.sh ${key}"
3333
)
3434
]
3535
, label = "Rosetta: Rosetta Block Race test"

0 commit comments

Comments
 (0)