添加 CI 测试平台,mongodb版本切换到5
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Qumolama.d 2022-05-14 14:22:39 +08:00
parent d27773cbf2
commit 98cee5bd95
Signed by: Lama3L9R
GPG Key ID: 1762AFC05157CE18
1 changed files with 8 additions and 2 deletions

View File

@ -6,9 +6,15 @@
kind: pipeline
name: test
steps:
platform:
os: linux
arch: arm64
services:
- name: setup-database
image: mongo:4
image: mongo:5
steps:
- name: test
image: node:16
commands: