Skip to content

Commit 7e406bc

Browse files
ci: fix test vector race (#6987)
1 parent 1f8dee8 commit 7e406bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test/run_test_vectors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ REPO_URL="https://github.com/firedancer-io/test-vectors.git"
2929
echo $GIT_REF
3030

3131
# Prepare local repo and enter it
32-
if [ ! -f dump/test-vectors/README.md ]; then
32+
if [ ! -d dump/test-vectors ]; then
3333
cd dump
3434
git clone -q --no-tags --depth=1 "$REPO_URL" test-vectors
3535
cd test-vectors

0 commit comments

Comments
 (0)