Skip to content

Commit

Permalink
updated yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv committed Apr 12, 2024
1 parent 38ce329 commit e6d1b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest-mssql-inproc-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: random_string
shell: pwsh
run: |
export SA_PASSWORD=$(pwsh -File test/SmokeTests/BackendSmokeTests/generate-random-string.ps1)
$env:SA_PASSWORD=$(pwsh -File test/SmokeTests/BackendSmokeTests/generate-random-string.ps1)
- 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
Expand Down

0 comments on commit e6d1b37

Please sign in to comment.