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 dca86d3 commit 0285f5fCopy full SHA for 0285f5f
3 files changed
.github/workflows/e2e-shared-tree-shaking.yml
@@ -51,7 +51,7 @@ jobs:
51
id: check-ci
52
run: |
53
ci_status=0
54
- node tools/scripts/ci-is-affected.mjs --appName=shared-tree-shaking-with-server-host || ci_status=$?
+ node tools/scripts/ci-is-affected.mjs --appName=shared-tree-shaking-no-server-host,shared-tree-shaking-no-server-provider,shared-tree-shaking-with-server-host,shared-tree-shaking-with-server-provider || ci_status=$?
55
if [ "$ci_status" -eq 0 ]; then
56
echo "run-e2e=true" >> "$GITHUB_OUTPUT"
57
elif [ "$ci_status" -eq 1 ]; then
0 commit comments