Skip to content

Commit d691756

Browse files
fix: Test fail due to snapshot mismatch
Merge pull request #20 from KeyValueSoftwareSystems/staging
2 parents 8cff180 + bbe3281 commit d691756

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)