Skip to content

Integration Tests Failing in CI #263

@paramsiddharth

Description

@paramsiddharth

Integration Tests Failing in CI

The integration test CI is failing for all PRs in the repository. The bug is in the CI itself.

Expected Behavior

The test should succeed for correct PRs.

Current Behavior

The test is failing, even for correct PRs.

Possible Solution

Making the Stripe key available via a repository variable, and then modifying the CI to provide an environment variable.

Steps to Reproduce

  1. Create any PR.
  2. Watch the test fail.

Context (Environment)

All contributions are affected negatively.

Detailed Description

The CI used to work, until the use of Stripe was introduced. That led to the CI failing because the environment variable with the key wasn't made available into the workflow.

Possible Implementation

  1. Adding the Stripe keys to the repository as variables.
  2. Update the workflow to use the variable and provide an environment variable.

Labels

Please add the following labels dependent on the bug type

  • Security Bug: Creates an issue that can cause harm
  • Vulnerability Bug: Creates an issue to update a supply chain dependency error
  • Functional Bug: something that is causing a crash of the app

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions