Skip to content

Commit 55aa48d

Browse files
committed
chore: add tests files
1 parent b7afc1e commit 55aa48d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ jobs:
4848
- name: Run Tests
4949
run: |
5050
pnpm run test
51-
pnpm run test:coverage
52-
53-
- name: Upload Coverage Report
54-
uses: actions/upload-artifact@v4
55-
with:
56-
name: coverage-report
57-
path: coverage/
51+
pnpm run test:e2e
5852
5953
- name: Build Demo Project
6054
run: |

0 commit comments

Comments
 (0)