ci: fixed ci pipeline step, forgot the run keyword

This commit is contained in:
Rick van Lieshout 2023-01-09 22:07:15 +01:00
parent 6d17aa3ddf
commit e7bdc41803
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: test
image: node:19.4.0
commands:
- npm test:coverage
- npm run test:coverage
- name: build
image: node:19.4.0

View File

@ -2,8 +2,8 @@
This is the repository for my personal blog/website [rickvanlieshout.com](https://rickvanlieshout.com).
[![Build Status](https://ci.mastermindzh.tech/api/badges/mastermindzh/rickvanlieshout.com/status.svg)](https://ci.mastermindzh.tech/mastermindzh/rickvanlieshout.com)
## todos
- Links on printed pages need to display
- Combine cookies/disclaimer in menu to make it shorter
- Improve/replace menu on mobile (on old phones pages need a few scrolls)