Fix netlify test (#1398)
Netlify test was breaking due to a regression in prettyjson library. The Netlify team fixed the cli, upgrading it to version 8.6.21 solves the issue @pairs: @jlongtine Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
parent
f67e50a11c
commit
1160362711
@ -68,7 +68,7 @@ import (
|
||||
}
|
||||
}
|
||||
setup: [
|
||||
"yarn global add netlify-cli@8.6.1",
|
||||
"yarn global add netlify-cli@8.6.21",
|
||||
]
|
||||
// set in netlify.sh.cue
|
||||
// FIXME: use embedding once cue supports it
|
||||
|
@ -43,7 +43,6 @@ setup() {
|
||||
}
|
||||
|
||||
@test "netlify" {
|
||||
skip "Temporary skip due to a regression in one of netlify's libraries"
|
||||
dagger -e netlify up
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user