Skip to content

Commit ca02760

Browse files
committed
add test step
1 parent f8cf40e commit ca02760

File tree

4 files changed

+874
-38
lines changed

4 files changed

+874
-38
lines changed

.github/workflows/demo.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ jobs:
4444
- name: Lint
4545
run: clj-kondo --lint src/**/*.cljs
4646

47-
- name: Install packages and build
48-
run: npm ci && npm run build
47+
- name: Install packages
48+
run: npm ci
49+
50+
- name: Test
51+
run: npm run test
52+
53+
- name: Build
54+
run: npm run build
4955

5056
- name: Setup Pages
5157
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)