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:
Guillaume de Rouville 2022-01-12 01:01:33 +01:00 committed by GitHub
parent f67e50a11c
commit 1160362711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -43,7 +43,6 @@ setup() {
}
@test "netlify" {
skip "Temporary skip due to a regression in one of netlify's libraries"
dagger -e netlify up
}