hotfix/2.0.3 #41

Merged
Vylpes merged 11 commits from hotfix/2.0.3 into develop 2022-12-18 15:27:03 +00:00
Showing only changes of commit 1d26026b1a - Show all commits

24
.drone.yml Normal file
View file

@ -0,0 +1,24 @@
kind: pipeline
name: integration
steps:
- name: build
image: node
commands:
- yarn install --frozen-lockfile
- name: test
image: node
commands:
- yarn test
depends_on:
- build
trigger:
branch:
- develop
- feature/*
- hotfix/*
event:
- push
- pull_request
- tag