Skip to content

Commit e0a176c

Browse files
Changed test cases
1 parent 143645b commit e0a176c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-ci-DLL-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: runner.os == 'Windows'
8282
run: |
8383
Get-ChildItem -Recurse -Filter ProcessStringDLLTests.exe
84-
.test = Get-ChildItem -Recurse -Filter ProcessStringDLLTests.exe | Select-Object -First 1
84+
$test = Get-ChildItem -Recurse -Filter ProcessStringDLLTests.exe | Select-Object -First 1
8585
& $test.FullName --gtest_output=console --gtest_brief=0
8686
8787
# Upload artifacts

0 commit comments

Comments
 (0)