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
- Create any PR.
- 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
- Adding the Stripe keys to the repository as variables.
- 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
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
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
Labels
Please add the following labels dependent on the bug type