diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 80ef595..071e583 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v3 - run: | $container = New-PesterContainer ` - -Path 'Website.Tests.ps1' ` ## This is the path to the Pester test file add folder name if it is in a folder + -Path 'Website.Tests.ps1' ` -Data @{ HostName = '${{needs.deploy.outputs.appServiceDefaultHostName}}' } Invoke-Pester ` -Container $container `