Skip to content

Commit b53985e

Browse files
committed
fix path to tests
1 parent d5250cd commit b53985e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: pwsh
4848
run: |
4949
$runDir = "$env:GITHUB_WORKSPACE\Run"
50-
$dataRepo = "$runDir\_data_repo"
50+
$dataRepo = "$runDir\Data"
5151
$testsDir = "$runDir\Tests"
5252
New-Item -ItemType Directory -Path $runDir -Force | Out-Null
5353
if (Test-Path "$dataRepo\.git") {

0 commit comments

Comments
 (0)