-
Notifications
You must be signed in to change notification settings - Fork 11.9k
ci: re-enable windows CI [main] #30907
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
Conversation
2d242b3
to
0c0e931
Compare
04726a6
to
1ceddef
Compare
f0566d1
to
f042f0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
- name: Install node modules in WSL (re-using from previous install/cache restore) | ||
run: | | ||
export NVM_DIR="$HOME/.nvm" | ||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. Is this not installed from the bashrc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried placing them in the rc echo "[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"" >> "$HOME/.bashrc"
but I did not work.
Not sure what is wrong, I spent too much time on that and I gave up
- name: Install node modules in WSL (re-using from previous install/cache restore) | ||
run: | | ||
export NVM_DIR="$HOME/.nvm" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed to be in every step otherwise pnpm and node are not loaded.
f042f0f
to
d0396f6
Compare
5cad872
to
646bcca
Compare
646bcca
to
0493609
Compare
This commit fixes and re-enables windows CI. Upstream fixes: - devversion/rules_browsers#18 - angular/dev-infra#2966
0493609
to
f766f51
Compare
This commit fixes and re-enables windows CI.
Upstream fixes: