Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build & test using GitHub Workflows #80

Closed

Conversation

kangwonlee
Copy link

@kangwonlee kangwonlee commented Sep 9, 2019

Dear all,

Just in case, I prepared a configuration to build and test using the GitHub Workflows.

My test results would be available here.

Hope this helps and please let me know any suggestions and/or questions.

KW

@kangwonlee
Copy link
Author

Consider using an upper level env

Env at the workflow and job level

It is common to need define a set of environment variables that are used in multiple steps in a job and even multiple jobs in a workflow. Now you can add an env map at both the workflow and job level. Those environment variables will be merged with the env defined at any step lower in the hierarchy

https://github.blog/changelog/2019-10-01-github-actions-new-workflow-syntax-features/#env-at-the-workflow-and-job-level

@bnavigator
Copy link
Collaborator

Superseded by #140

@bnavigator bnavigator closed this Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants