Skip to content

Commit

Permalink
chore(repo): try disabling e2e-webpack in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 21, 2023
1 parent 7934170 commit 4588f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
pids+=($!)
(pnpm nx affected --targets=lint,test,build --base=$NX_BASE --head=$NX_HEAD --parallel=3 &&
pnpm nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --parallel=1) &
pnpm nx affected --target=e2e --base=$NX_BASE --head=$NX_HEAD --parallel=1 --exclude=e2e-webpack) &
pids+=($!)
for pid in "${pids[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion e2e/webpack/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceRoot": "e2e/webpack",
"projectType": "application",
"targets": {
"TMP_DISABLED__e2e": {}
"e2e": {}
},
"implicitDependencies": ["webpack"]
}

0 comments on commit 4588f67

Please sign in to comment.