Compare commits

..

No commits in common. "4ac86ffae0851837827a6f09008ffc5058fddc19" and "6a3a851c313cfa48e0b2f07e84e6d64075bff2db" have entirely different histories.

View File

@ -1,19 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:lts
commands:
- npm i
- npm test
when:
ref:
- refs/heads/**
trigger:
ref:
include:
- refs/heads/**
- refs/tags/**