Skip to content

Commit ec048f5

Browse files
committed
fix(): skipfile path
1 parent 16db0b3 commit ec048f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function run_test() {
1010

1111
if [[ -f "$sketchdir/.skip.$platform" ]]; then
1212
echo "Skipping $sketchname test for $target, platform: $platform"
13-
skipfile= "$sketchdir/.test_skipped"
13+
skipfile="$sketchdir/.test_skipped"
1414
touch $skipfile
1515
exit 0
1616
fi

0 commit comments

Comments
 (0)