Skip to content

Commit aa91ca0

Browse files
committed
no longer debug our own tests
1 parent 77d0ce3 commit aa91ca0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
required: false
1212
default: 'latest'
1313

14-
env:
15-
DEBUG: true
16-
1714
jobs:
1815
setup:
1916
runs-on: ubuntu-latest
@@ -41,7 +38,7 @@ jobs:
4138
elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then
4239
echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT
4340
else
44-
echo "matrix=[\"latest\", \"canary\"]" >> $GITHUB_OUTPUT
41+
echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT
4542
fi
4643
4744
e2e:

0 commit comments

Comments
 (0)