Added tests for the mail endpoints feature/4-tests #6

Merged
niggl merged 8 commits from feature/4-tests into dev 2021-03-03 16:54:23 +00:00
Showing only changes of commit 3501a4bef1 - Show all commits

View File

@ -1,3 +1,23 @@
---
kind: pipeline
name: tests:node_latest
clone:
disable: true
steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:latest
commands:
- yarn
- yarn test:ci
trigger:
event:
- pull_request
--- ---
kind: pipeline kind: pipeline
type: docker type: docker