Skip to content

Commit 0285f5f

Browse files
[codex] shared tree shaking followups (module-federation#4512)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
1 parent dca86d3 commit 0285f5f

3 files changed

Lines changed: 353 additions & 90 deletions

File tree

.github/workflows/e2e-shared-tree-shaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: check-ci
5252
run: |
5353
ci_status=0
54-
node tools/scripts/ci-is-affected.mjs --appName=shared-tree-shaking-with-server-host || ci_status=$?
54+
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=$?
5555
if [ "$ci_status" -eq 0 ]; then
5656
echo "run-e2e=true" >> "$GITHUB_OUTPUT"
5757
elif [ "$ci_status" -eq 1 ]; then

0 commit comments

Comments
 (0)