yarn icon indicating copy to clipboard operation
yarn copied to clipboard

CircleCI nightly job is broken

Open MikeMcC399 opened this issue 1 month ago • 0 comments

Issue

The CircleCI job which is linked to by https://github.com/yarnpkg/yarn/blob/master/README.md runs nightly and fails nightly.

image

See https://app.circleci.com/pipelines/github/yarnpkg/yarn

The badge also fails to show the status:

Circle Status

<a href="https://circleci.com/gh/yarnpkg/yarn"><img alt="Circle Status" src="https://circleci.com/gh/yarnpkg/yarn.svg?style=shield&circle-token=5f0a78473b0f440afb218bf2b82323cc6b3cb43f"></a>

Suggestion

Either disable the job and remove the badge OR update the job so it runs successfully and update the badge link, for example:

using Markdown syntax:

[![Circle Status](https://circleci.com/gh/yarnpkg/yarn/tree/master.svg?style=svg)](https://circleci.com/gh/yarnpkg/yarn/tree/master)

Circle Status

MikeMcC399 avatar Jun 14 '24 08:06 MikeMcC399