Skip to content

Commit

Permalink
update ci & run sync
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Dec 20, 2024
1 parent f13ce15 commit 65a52cc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run Nx Cloud conformance checks
run: yarn nx-cloud record -- yarn nx-cloud conformance:check

- run: yarn nx affected --targets=lint,test,build,e2e-ci --configuration=ci --exclude=nx-console --parallel=3
- run: yarn nx affected --targets=lint,test,build,e2e-ci,typecheck --configuration=ci --exclude=nx-console --parallel=3
timeout-minutes: 45

main-windows:
Expand Down Expand Up @@ -125,6 +125,6 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: gradle

# There's no need to check formatting & linting again on windows, sometimes there's a timing issue with intellij:build so run it up front
# There's no need to check formatting, linting & typecheck again on windows
- run: yarn nx affected --targets="build,test,e2e-ci" --configuration=ci --exclude=nx-console --parallel=3
timeout-minutes: 45
14 changes: 13 additions & 1 deletion libs/vscode/generate-ui-webview/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@
"include": [],
"references": [
{
"path": "../telemetry"
"path": "../nx-config-decoration"
},
{
"path": "../tasks"
},
{
"path": "../telemetry"
},
{
"path": "../nx-cloud-onboarding-webview"
},
{
"path": "../nx-cloud-view"
},
{
"path": "../nx-project-view"
},
{
"path": "../verify"
},
Expand Down
14 changes: 13 additions & 1 deletion libs/vscode/generate-ui-webview/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,23 @@
],
"references": [
{
"path": "../telemetry/tsconfig.lib.json"
"path": "../nx-config-decoration/tsconfig.lib.json"
},
{
"path": "../tasks/tsconfig.lib.json"
},
{
"path": "../telemetry/tsconfig.lib.json"
},
{
"path": "../nx-cloud-onboarding-webview"
},
{
"path": "../nx-cloud-view/tsconfig.lib.json"
},
{
"path": "../nx-project-view/tsconfig.lib.json"
},
{
"path": "../verify/tsconfig.lib.json"
},
Expand Down

0 comments on commit 65a52cc

Please sign in to comment.