We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83abe67 commit e9fa325Copy full SHA for e9fa325
.github/workflows/test-e2e.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]" >> $GITHUB_OUTPUT
64
echo "total=12" >> $GITHUB_OUTPUT
65
else
66
- VERSION_SELECTORS=[\"latest\",\"canary\","\14.2.15\",\"13.5.1\"]
+ VERSION_SELECTORS=[\"latest\",\"canary\",\"14.2.15\",\"13.5.1\"]
67
echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT
68
echo "total=4" >> $GITHUB_OUTPUT
69
fi
0 commit comments