rspec / rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.
https://rspec.info
MIT License
98 stars 103 forks source link

Updates from rspec-dev (2020-11-22) #441

Closed JonRowe closed 3 years ago

JonRowe commented 3 years ago

These are some updates, generated from rspec-dev's rake tasks.

benoittgt commented 3 years ago

I thought it was not possible to set env for all steps. 🤨

Sets environment variables for steps to use in the runner environment. You can also set environment variables for the entire workflow or a job. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsenv

JonRowe commented 3 years ago

"or a job" you can set for the whole job but not the whole workflow, docs are quite confusing