NCIOCPL / glossary-api

API for Dictionary of Cancer Terms, Dictionary of Genetics Terms, and other Glossary documents.
0 stars 5 forks source link

Enabler: Remove set-env from workflow #141

Closed blairlearn closed 3 years ago

blairlearn commented 3 years ago

The 'set-env' command is deprecated and will be disabled on November 16th. The API's CI workflow uses set-env to detect integration test failures in a step while still allowing subsequent steps to execute and upload the test results.

Need to replace the set-env usage by setting the environment variable via the environment file.

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/