This commit is contained in:
Freddy Kristiansen 2021-11-18 00:51:55 +01:00
Родитель 7b07cb86a5
Коммит 8afc59755a
3 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -17,11 +17,10 @@ $telemetryScope = $null
# IMPORTANT: No code that can fail should be outside the try/catch
. (Join-Path -Path $PSScriptRoot -ChildPath "..\AL-Go-Helper.ps1" -Resolve)
$BcContainerHelperPath = DownloadAndImportBcContainerHelper
try {
import-module (Join-Path -path $PSScriptRoot -ChildPath "..\TelemetryHelper.psm1" -Resolve)
. (Join-Path -Path $PSScriptRoot -ChildPath "..\AL-Go-Helper.ps1")
$BcContainerHelperPath = DownloadAndImportBcContainerHelper
import-module (Join-Path -path $PSScriptRoot -ChildPath "..\TelemetryHelper.psm1" -Resolve)
$telemetryScope = CreateScope -eventId 'DO0074' -parentTelemetryScopeJson $parentTelemetryScopeJson

Просмотреть файл

@ -16,8 +16,6 @@ Describe "WorkflowInitialize Action Tests" {
It 'Test action.yaml matches script' {
$permissions = [ordered]@{
"contents" = "write"
"pull-requests" = "write"
}
$outputs = [ordered]@{
}

Просмотреть файл

@ -16,8 +16,6 @@ Describe "WorkflowPostProcess Action Tests" {
It 'Test action.yaml matches script' {
$permissions = [ordered]@{
"contents" = "write"
"pull-requests" = "write"
}
$outputs = [ordered]@{
}