mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-20 03:31:30 +10:00
Allow tests to fail
This commit is contained in:
@ -34,6 +34,7 @@ build-windows:
|
|||||||
test-linux:
|
test-linux:
|
||||||
stage: test
|
stage: test
|
||||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bookworm
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:lts-bookworm
|
||||||
|
allow_failure: true
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-linux
|
- build-linux
|
||||||
script:
|
script:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@drop/droplet",
|
"name": "@drop/droplet",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
|
|||||||
Reference in New Issue
Block a user