Skip to content

Commit dc65aaf

Browse files
committed
fix paths
1 parent a0ec707 commit dc65aaf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ jobs:
123123
cmake -S ../ -B . -G Ninja
124124
cmake --build . --parallel 2
125125
126-
127-
$test1 = Join-Path $env:GITHUB_WORKSPACE 'test_01/svzerod_3Dcoupling.json'
128-
$test2 = Join-Path $env:GITHUB_WORKSPACE 'test_02/svzerod_tuned.json'
126+
$test1 = Join-Path $env:GITHUB_WORKSPACE 'tests/test_01/svzerod_3Dcoupling.json'
127+
$test2 = Join-Path $env:GITHUB_WORKSPACE 'tests/test_02/svzerod_tuned.json'
129128
130129
# Check paths for test_01
131130
Write-Host "`n=== Checking test_01 paths ==="

0 commit comments

Comments
 (0)