Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 biome ci passes locally on macOS but fails on Linux on CI (GHA) #3087

Closed
1 task done
paambaati opened this issue Jun 6, 2024 · 1 comment
Closed
1 task done
Labels
S-Needs response Status: await response from OP

Comments

@paambaati
Copy link

paambaati commented Jun 6, 2024

Environment information

CLI:
  Version:                      1.8.0
  Color support:                true

Platform:
  CPU Architecture:             aarch64
  OS:                           macos

Environment:
  BIOME_LOG_DIR:                unset
  NO_COLOR:                     unset
  TERM:                         "xterm-256color"
  JS_RUNTIME_VERSION:           "v22.2.0"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         "pnpm/9.2.0"

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    false
  VCS disabled:                 true

Workspace:
  Open Documents:               0

What happened?

  1. Clone repo & branch from feat(core): migrate everything to ESM-only enhancement (tap version) paambaati/codeclimate-action#753
  2. Install dependencies with pnpm i
  3. Run pnpm run biome:ci to execute biome ci – see no errors.
  4. Run the same command on CI (GHA) and see errors like this – https://github.com/paambaati/codeclimate-action/actions/runs/9396406706/job/25877523964?pr=753

Expected result

I expect biome ci to behave the same on all OSes.

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@ematipico
Copy link
Member

I can't replicate it. I checked out your repository and branch, run pnpm ci locally and I got this:

Screenshot 2024-06-06 at 09 42 02

@ematipico ematipico added the S-Needs response Status: await response from OP label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Needs response Status: await response from OP
Projects
None yet
Development

No branches or pull requests

2 participants