Skip to content

Conversation

jake-perkins
Copy link
Contributor

No description provided.

timeout_minutes: 15
max_attempts: 3
retry_wait_seconds: 30
command: yarn detox --version
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Detox CLI Missing in Yarn v2 Action

The 'Verify Detox CLI' step runs yarn detox --version but detox-cli is never installed, unlike in the Yarn v1 action. This causes the verification to fail, preventing E2E test setup.

Fix in Cursor Fix in Web

required: true
secret-name:
description: 'The name of the secret in AWS Secrets Manager'
required: true
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unused Required Parameter Causes Confusion

The secret-name input is required but unused. The action instead derives the secret name from the target input, which can cause confusion for users providing an ignored parameter.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants