We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2d6fa commit 6e439b0Copy full SHA for 6e439b0
.github/workflows/test-e2e.yml
@@ -56,16 +56,16 @@ jobs:
56
run: |
57
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
58
VERSION_SELECTORS=[${{ github.event.inputs.versions }}]
59
- echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT
60
- echo "total=4" >> $GITHUB_OUTPUT
+ echo "group=[1, 2, 3, 4, 5, 6]" >> $GITHUB_OUTPUT
+ echo "total=6" >> $GITHUB_OUTPUT
61
elif [ "${{ github.event_name }}" == "pull_request" ]; then
62
VERSION_SELECTORS=[\"latest\"]
63
64
65
else
66
- VERSION_SELECTORS=[\"latest\",\"canary\",\"14.2.15\",\"13.5.1\"]
67
68
+ VERSION_SELECTORS=[\"latest\"]
69
fi
70
71
VERSION_SPEC="["
0 commit comments