Skip to content

Commit 639310b

Browse files
committed
Create missing directory
1 parent b93ee8f commit 639310b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ retry () {
3636
fi
3737
}
3838

39+
# Ensure output directories exist (not present in fresh GHA checkout)
40+
mkdir -p build/test_images
41+
3942
case $1 in
4043

4144
no-gl-jasmine)

0 commit comments

Comments
 (0)