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 844dcf1 commit b819a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoketest-mssql-inproc-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
id: random_string
shell: pwsh
run: |
$random_string = .\../../test/SmokeTests/BackendSmokeTests/generate-random-string.ps1
$scriptPath = "$(github.workspace)..\..\test\SmokeTests\BackendSmokeTests\generate-random-string.ps1"
$random_string = & $scriptPath
echo "::set-env name=SA_PASSWORD::$random_string"
- name: Run V4 .NET in-proc w/ MSSQL Smoke Test
Expand Down

0 comments on commit b819a6e

Please sign in to comment.