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

Fix home when setting path during CI build #941

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

atifaziz
Copy link
Member

The CI config prepends ~/.dotnet to PATH for builds on Ubuntu. ~ works for Bash, but not much else so this PR updates the config to use $HOME/.dotnet.

@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

Merging #941 (c76db18) into master (62914fb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #941   +/-   ##
=======================================
  Coverage   92.42%   92.42%           
=======================================
  Files         112      112           
  Lines        3446     3446           
  Branches     1023     1023           
=======================================
  Hits         3185     3185           
  Misses        199      199           
  Partials       62       62           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz merged commit c76db18 into morelinq:master Jan 21, 2023
@atifaziz atifaziz deleted the fix-ci-path branch January 21, 2023 19:49
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.

1 participant