CI Debug WIP

This commit is contained in:
Maximilian Paß
2022-08-01 14:39:12 +02:00
parent d0ad9e03a3
commit 0094776a88
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func TestMain(m *testing.M) {
func initAWS() {
for i, function := range config.Config.AWS.Functions {
log.WithField("function", function).Warn("Yes, we do have functions.")
id := dto.EnvironmentID(tests.DefaultEnvironmentIDAsInteger + i + 1)
path := helpers.BuildURL(api.BasePath, api.EnvironmentsPath, id.ToString())
request := dto.ExecutionEnvironmentRequest{Image: function}