We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82c56b commit 13e01a6Copy full SHA for 13e01a6
1 file changed
.github/workflows/runner-e2e-tests-codeceptjs.yml
@@ -188,7 +188,7 @@ jobs:
188
echo "has_subset=true" >> "$GITHUB_OUTPUT"
189
echo "Launchable subset is not empty. Continue with setup and tests."
190
else
191
- echo "has_subset=false" >> "$GITHUB_OUTPUT"
+ echo "has_subset=true" >> "$GITHUB_OUTPUT"
192
echo "Launchable subset is empty. Downstream setup and tests will be skipped."
193
fi
194
0 commit comments