Skip to content

[BUG] Constant CI failures for PR runs #631

@duncdrum

Description

@duncdrum

Describe the bug
PR Ci tests are failing, while branch runs are passing. This is due to the profiles declared in the pom

<name>env.CI</name>

CI=true is true for both PRs and Branches, however, recording requires a secret which is not available for PRs. The cypress-with-recording profile is loaded erroneously and fails.

This was part of #597

Expected behavior
CI shouldn't fail on PRs where all the tests are passing

To Reproduce
see #619 (review)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions