mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
10 lines
160 B
YAML
10 lines
160 B
YAML
name: Run unit tests
|
|
description: Run Jest unit tests.
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Unit tests
|
|
shell: bash
|
|
run: npm run test:unit
|