Add 'when' to ci

This commit is contained in:
Jacob Karlsson 2024-04-13 15:21:38 +02:00
parent 3d56a1a4de
commit ddd6722aad
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ steps:
image: node:${NODE_VERSION}
commands:
- npm install
- npm test
- npm test
when: [push, pull_request]