Skip to content

Commit e12a70c

Browse files
committed
chore: ci working test 2 (#ci-adjust)
1 parent d672cd2 commit e12a70c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

nx.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,15 @@
6666
"!{projectRoot}/**/__tests__/**/*"
6767
]
6868
},
69-
"nxCloudId": "679e791071fd2cb4bf200e60",
70-
"pluginsConfig": {
71-
"@nrwl/js": {
72-
"analyzeSourceFiles": true
69+
"nxCloudAccessToken": "${NX_CLOUD_ACCESS_TOKEN}",
70+
"parallel": 3,
71+
"tasksRunnerOptions": {
72+
"default": {
73+
"runner": "nx-cloud",
74+
"options": {
75+
"cacheableOperations": ["build", "test", "lint", "type-check"],
76+
"accessToken": "${NX_CLOUD_ACCESS_TOKEN}"
77+
}
7378
}
7479
}
7580
}

0 commit comments

Comments
 (0)