We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77585a1 commit 5f31671Copy full SHA for 5f31671
.github/workflows/run-distributed-tests.yml
@@ -47,6 +47,7 @@ jobs:
47
- id: generate-matrix
48
run: |
49
RESULT=$(node .github/workflows/scripts/get-tests-in-package-location.js)
50
+ echo $RESULT
51
echo "matrix=$RESULT" >> $GITHUB_OUTPUT
52
53
run-tests:
0 commit comments