Skip to content

Commit 482f8fe

Browse files
committed
tmp: skip windows, run latest and canary
1 parent b595491 commit 482f8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then
3939
echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT
4040
else
41-
echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT
41+
echo "matrix=[\"latest\", \"canary\"]" >> $GITHUB_OUTPUT
4242
fi
4343
4444
e2e:
@@ -118,7 +118,7 @@ jobs:
118118
fail-fast: false
119119
matrix:
120120
shard: [1, 2, 3, 4, 5, 6, 7, 8]
121-
os: [ubuntu-latest, windows-2025]
121+
os: [ubuntu-latest]
122122
version: ${{ fromJson(needs.setup.outputs.matrix) }}
123123
exclude:
124124
- os: windows-2025

0 commit comments

Comments
 (0)