mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +02:00
Ignore 32 bit arm failures for now
Seems we are running out of memory.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user