mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Ubuntu] Fix Netlify installation, move its and vercel's installation to Nodejs.sh (#2666)
* fix netlify installation * debug * resolve comments * small fix
This commit is contained in:
committed by
GitHub
parent
902346ebcd
commit
395127da8f
@@ -59,14 +59,4 @@ Describe "Oras CLI" {
|
||||
It "Oras CLI" {
|
||||
"oras version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Vercel CLI" {
|
||||
It "Vercel CLI" {
|
||||
"vercel --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "Validate the symlink link [now]" {
|
||||
"now --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user