Archived
1
0

Ignore 32 bit arm failures for now

Seems we are running out of memory.
This commit is contained in:
Asher 2020-01-15 13:48:27 -06:00
parent 62f050fda7
commit 66ee6e8201
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"