diff --git a/.drone.yml b/.drone.yml index 0941218..96e0b66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md index 255b617..41368b7 100644 --- a/README.md +++ b/README.md @@ -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)