Skip to content

Refactor test to use a dynamic value for expectation

Tiffany Rea requested to merge refactor-pass-dotenv-spec into master

What does this MR do?

While looking into setting up project for UX research Control scope for CI/CD variables I discovered this spec has been producing false positive expectation 😓 Updating:

  • Reduce setup scopes to use group level runner instead of 2 project level runners
  • Update after block to remove runner and group afterward
  • Update test to expect a dynamic variable value in downstream job.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports