Skip to content

chore(ci): make the Test workflow green - #1063

Merged
vonovak merged 1 commit into
masterfrom
fix/ci-green
Sep 7, 2026
Merged

chore(ci): make the Test workflow green#1063
vonovak merged 1 commit into
masterfrom
fix/ci-green

Conversation

@vonovak

@vonovak vonovak commented Sep 7, 2026

Copy link
Copy Markdown
Member

Summary

Fixes two failures in the Test workflow on master:

  • Jest (run): the test added in fix(android): reopen picker when design prop changes #1055 spied on DateTimePickerAndroid.android. Jest resolves platform files as iOS, so datetimepicker.android.js imports the DateTimePickerAndroid.js fallback instead. The spy never recorded a call. The test now spies on the module the component resolves.
  • Install applesimutils (run): Homebrew now refuses formulas from untrusted third-party taps (Refusing to load formula wix/brew/applesimutils from untrusted tap wix/brew). The step now runs brew trust wix/brew before the install.

Test plan

  • yarn jest passes locally (31 tests)
  • analyse_js and e2e_ios jobs pass on this PR

🤖 Generated with Claude Code

…brew tap

Jest resolves platform files as ios, so datetimepicker.android.js imports
the DateTimePickerAndroid fallback module. The design-change test spied on
the .android module, which the component never calls.

Homebrew now refuses formulas from untrusted third-party taps, so trust
wix/brew before installing applesimutils.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@vonovak vonovak changed the title fix(ci): make the Test workflow green chore(ci): make the Test workflow green Sep 7, 2026
@vonovak
vonovak merged commit 18b27e2 into master Sep 7, 2026
5 checks passed
@vonovak
vonovak deleted the fix/ci-green branch September 7, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant