mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 19:38:32 +02:00
Enable unit testing on the backend on the CI
This commit is contained in:
parent
f36fa62569
commit
3c92919359
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,8 +42,10 @@ jobs:
|
||||
run: npm run lint
|
||||
working-directory: ${{ matrix.flavor }}/backend
|
||||
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Test
|
||||
if: ${{ matrix.flavor == 'dev'}}
|
||||
run: npm run test
|
||||
working-directory: ${{ matrix.flavor }}/backend
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user