[Unit-test] Separate to a node on Drone CI

This commit is contained in:
Andrey Volk 2020-01-31 02:34:56 +04:00
parent b067a7ccbd
commit 1577cd7c08
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
kind: pipeline
name: unit-tests
node:
freeswitch: public
steps:
- name: run-tests
image: signalwire/freeswitch-public-base
@ -49,6 +52,6 @@ trigger:
- push
---
kind: signature
hmac: d43f842f682df8328dc4cfbf16051bf8a8e481a051b63349b444447962709435
hmac: 55dc56b2c540a026a1d81df52be401ce67a76ecec12e8f36802c29314142b21e
...