Ignore 32 bit arm failures for now
Seems we are running out of memory.
This commit is contained in:
parent
62f050fda7
commit
66ee6e8201
|
@ -279,6 +279,7 @@ steps:
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: node:12
|
image: node:12
|
||||||
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
@ -348,6 +349,7 @@ steps:
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: node:12-alpine
|
image: node:12-alpine
|
||||||
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ node_js:
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
# Don't build on tags because we'll already have built the commit.
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "MacOS build"
|
- name: "MacOS build"
|
||||||
|
|
Loading…
Reference in New Issue