Skip to content

Commit 95e3610

Browse files
committed
test: re-enable running tests against canary for upcoming changes visibility
1 parent 0758f29 commit 95e3610

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]" >> $GITHUB_OUTPUT
6464
echo "total=6" >> $GITHUB_OUTPUT
6565
else
66-
VERSION_SELECTORS=[\"latest\"]
66+
VERSION_SELECTORS=[\"latest\",\"canary\"]
6767
echo "group=[1, 2, 3, 4, 5, 6]" >> $GITHUB_OUTPUT
6868
echo "total=6" >> $GITHUB_OUTPUT
6969
fi

0 commit comments

Comments
 (0)