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
|
||||
image: node:12
|
||||
failure: ignore
|
||||
commands:
|
||||
- yarn test
|
||||
|
||||
|
@ -348,6 +349,7 @@ steps:
|
|||
|
||||
- name: test
|
||||
image: node:12-alpine
|
||||
failure: ignore
|
||||
commands:
|
||||
- yarn test
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ node_js:
|
|||
services:
|
||||
- docker
|
||||
|
||||
# Don't build on tags because we'll already have built the commit.
|
||||
jobs:
|
||||
include:
|
||||
- name: "MacOS build"
|
||||
|
|
Loading…
Reference in New Issue