Skip to content

Fix custom connection name not working when using IDurableClientFactory -> CreateClient(). #895

Fix custom connection name not working when using IDurableClientFactory -> CreateClient().

Fix custom connection name not working when using IDurableClientFactory -> CreateClient(). #895

name: Smoke Test - .NET on Functions V2
on:
workflow_dispatch:
push:
branches: [ main, dev ]
paths:
- 'src/**'
- 'test/SmokeTests/SmokeTestsV2/**'
pull_request:
branches: [ main, dev ]
paths:
- 'src/**'
- 'test/SmokeTests/SmokeTestsV2/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run V2 .NET Smoke Test
run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/SmokeTestsV2/Dockerfile -HttpStartPath api/HttpStart
shell: pwsh