Skip to content

Commit

Permalink
Update smoketest-mssql-inproc-v4.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Dec 29, 2023
1 parent c1c4fe9 commit 17be796
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/smoketest-mssql-inproc-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ jobs:
runs-on: ubuntu-latest
env:
SA_PASSWORD: NotASecret!12
SQLDB_Connection: "Server=localhost,1433;Database=DurableDB;User Id=sa;Password=NotASecret!12;"

steps:
- uses: actions/checkout@v4

- name: Setup SQL Server container
run: test/SmokeTests/BackendSmokeTests/MSSQL/setup.ps1 -DockerfilePath test/SmokeTests/BackendSmokeTests/MSSQL/Dockerfile
shell: pwsh

- name: Run V4 .NET in-proc w/ MSSQL Smoke Test
run: test/SmokeTests/e2e-test.ps1 -DockerfilePath test/SmokeTests/BackendSmokeTests/MSSQL/Dockerfile -HttpStartPath api/Function1_HttpStart -ContainerName MSSQLApp
run: test/SmokeTests/BackendSmokeTests/MSSQL/mssql-e2e-test.ps1 -DockerfilePath test/SmokeTests/BackendSmokeTests/MSSQL/Dockerfile -HttpStartPath api/Function1_HttpStart -ContainerName MSSQLApp
shell: pwsh

0 comments on commit 17be796

Please sign in to comment.