Skip to content

Commit 166809f

Browse files
committed
ci: Corrected TEST_DATA_DIR for windows
1 parent d76ebdd commit 166809f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ jobs:
247247
- name: Run offline unit tests
248248
if: ${{ matrix.cfg.unittest }}
249249
run: cd main\build\library\${{matrix.cfg.config}} && .\unittest.exe | cat output.txt
250+
env:
251+
TEST_DATA_DIR: '${{github.workspace}}\testdata\'
250252

251253
- name: Print Unit Test logs
252254
if: ${{ matrix.cfg.unittest && (success() || failure()) }}

0 commit comments

Comments
 (0)