Skip to content

Commit bbe3281

Browse files
Merge pull request #19 from KeyValueSoftwareSystems/dev
Refactor snapshot, add build script to run test on new PR.
2 parents 8cff180 + 84cd4e3 commit bbe3281

19 files changed

+531
-99494
lines changed

.github/workflows/test-and-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
- name: Linting
3030
run: npm run lint
31+
32+
- name: Run tests
33+
run: npm run test
3134

3235
- name: Build
3336
run: npm run build

0 commit comments

Comments
 (0)