1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Add debug logs to Azure tests

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-10-09 10:29:20 +03:00
parent 10475b24c4
commit 3bea028cc9
2 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ on:
schedule:
- cron: '0 6 * * *'
push:
branches: [ azure/e2e ]
branches: [ azure* ]
jobs:
e2e:
@@ -63,4 +63,4 @@ jobs:
ls $HOME/.local/bin
az login --service-principal -u ${ARM_CLIENT_ID} -p ${ARM_CLIENT_SECRET} -t ${ARM_TENANT_ID}
cd ./tests/azure
go test -timeout 60m .
go test -v -coverprofile cover.out -timeout 60m .