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 6921cfd commit 72ef9f3Copy full SHA for 72ef9f3
.github/workflows/unit-tests.yaml
@@ -89,6 +89,7 @@ jobs:
89
if [ "${{ matrix.os }}" = "windows-latest" ]; then
90
# parallel is not available on Windows, so we need to run the tests sequentially
91
for PACKAGE in $PACKAGES; do
92
+ echo "Running tests for $PACKAGE"
93
_run_task $PACKAGE \
94
'(cd src/$PACKAGE \
95
&& $COMPOSER_MIN_STAB \
0 commit comments