Skip to content

Commit 4696478

Browse files
authored
ci: separate test (#164)
1 parent 0596847 commit 4696478

File tree

8 files changed

+3
-0
lines changed

8 files changed

+3
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: "page"
3535
spec: "cypress/e2e/page/**/*.cy.ts"
3636
description: "Page management (create, delete, share, publish)"
37+
- name: "page-paste"
38+
spec: "cypress/e2e/page-paste/**/*.cy.ts"
39+
description: "Page paste features"
3740
- name: "chat"
3841
spec: "cypress/e2e/chat/**/*.cy.ts"
3942
description: "AI chat features"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)