Skip to content

Commit 6ec7cbe

Browse files
committed
feat: add github test workflow
1 parent eac378b commit 6ec7cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- uses: ./.github/actions/ci-setup
2323

24-
- name: Build
25-
run: npm run build
24+
# - name: Build
25+
# run: npm run build
2626

2727
- name: Run Test
2828
run: npm run test

0 commit comments

Comments
 (0)