Test pull requests using github actions

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-01 17:19:51 -04:00
parent 57d1eb6aa3
commit b392fed580
18 changed files with 214 additions and 56 deletions

View file

@ -72,7 +72,7 @@ var _ = framework.DescribeAnnotation("influxdb-*", func() {
Expect().
Status(http.StatusOK)
time.Sleep(10 * time.Second)
framework.Sleep(10 * time.Second)
var measurements string
var err error