Skip to content

Allow custom connection string names when using DurableClient #205

Allow custom connection string names when using DurableClient

Allow custom connection string names when using DurableClient #205

name: Smoke Test - .NET in-proc w/ MSSQL on Functions V4
on:
workflow_dispatch:
push:
branches: [ main, dev ]
paths:
- 'src/**'
- 'test/SmokeTests/BackendSmokeTests/MSSQL/**'
pull_request:
branches: [ main, dev ]
paths:
- 'src/**'
- 'test/SmokeTests/BackendSmokeTests/MSSQL/**'
jobs:
build:
runs-on: ubuntu-latest
env:
SA_PASSWORD: NotASecret!12
steps:
- uses: actions/checkout@v4
- name: Run V4 .NET in-proc w/ MSSQL Smoke Test
run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/BackendSmokeTests/MSSQL/Dockerfile -HttpStartPath api/DurableFunctionsHttpStart -ContainerName MSSQLApp -SetupSQLServer
shell: pwsh