Skip to content

Commit e9fa325

Browse files
authored
fix: small typo in test config (#2690)
1 parent 83abe67 commit e9fa325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]" >> $GITHUB_OUTPUT
6464
echo "total=12" >> $GITHUB_OUTPUT
6565
else
66-
VERSION_SELECTORS=[\"latest\",\"canary\","\14.2.15\",\"13.5.1\"]
66+
VERSION_SELECTORS=[\"latest\",\"canary\",\"14.2.15\",\"13.5.1\"]
6767
echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT
6868
echo "total=4" >> $GITHUB_OUTPUT
6969
fi

0 commit comments

Comments
 (0)