mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
[ci] ci step added
This commit is contained in:
parent
afd99bdf97
commit
943117e943
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -44,6 +44,9 @@ jobs:
|
|||
- name: Build and documentation
|
||||
run: npm run build
|
||||
|
||||
- name: Update Individuals
|
||||
run: npm run update:individuals
|
||||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
|
|
Loading…
Reference in a new issue