We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76ebdd commit 166809fCopy full SHA for 166809f
.github/workflows/ci.yml
@@ -247,6 +247,8 @@ jobs:
247
- name: Run offline unit tests
248
if: ${{ matrix.cfg.unittest }}
249
run: cd main\build\library\${{matrix.cfg.config}} && .\unittest.exe | cat output.txt
250
+ env:
251
+ TEST_DATA_DIR: '${{github.workspace}}\testdata\'
252
253
- name: Print Unit Test logs
254
if: ${{ matrix.cfg.unittest && (success() || failure()) }}
0 commit comments