Skip to content

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

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

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

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