Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Nov 14, 2024
1 parent 3494199 commit a08d728
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"docs/reference",
"tools/@types/*",
"tests/*",
"tests/affine-cloud/*",
"tests/affine-legacy/*"
],
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/backend/server/tests/copilot-provider.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ test.before(async t => {
});

test.after(async t => {
if (!isCopilotConfigured) return;
await runPrisma(async client => {
await client.user.delete({
where: {
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@ __metadata:
languageName: unknown
linkType: soft

"@affine-test/affine-cloud-copilot@workspace:tests/affine-cloud/copilot":
version: 0.0.0-use.local
resolution: "@affine-test/affine-cloud-copilot@workspace:tests/affine-cloud/copilot"
dependencies:
"@affine-test/kit": "workspace:*"
"@affine/server": "workspace:*"
"@playwright/test": "npm:=1.48.2"
ava: "npm:^6.1.2"
languageName: unknown
linkType: soft

"@affine-test/affine-cloud@workspace:tests/affine-cloud/cloud":
version: 0.0.0-use.local
resolution: "@affine-test/affine-cloud@workspace:tests/affine-cloud/cloud"
dependencies:
"@affine-test/kit": "workspace:*"
"@playwright/test": "npm:=1.48.2"
languageName: unknown
linkType: soft

"@affine-test/affine-desktop-cloud@workspace:tests/affine-desktop-cloud":
version: 0.0.0-use.local
resolution: "@affine-test/affine-desktop-cloud@workspace:tests/affine-desktop-cloud"
Expand Down Expand Up @@ -730,7 +750,7 @@ __metadata:
languageName: unknown
linkType: soft

"@affine/server@workspace:packages/backend/server":
"@affine/server@workspace:*, @affine/server@workspace:packages/backend/server":
version: 0.0.0-use.local
resolution: "@affine/server@workspace:packages/backend/server"
dependencies:
Expand Down

0 comments on commit a08d728

Please sign in to comment.