when: - event: pull_request - event: push - event: manual steps: - name: test image: docker.io/node:hydrogen commands: - npm ci - npm run test:unit