File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010 BUILD_DIR : " ${{github.workspace}}/build"
11- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11+ INSTL_DIR : " ${{github.workspace}}/install-dir"
1212 COVERAGE_DIR : " ${{github.workspace}}/coverage"
1313 COVERAGE_NAME : " exports-coverage-basic"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010 BUILD_DIR : " ${{github.workspace}}/build"
11- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11+ INSTL_DIR : " ${{github.workspace}}/install-dir"
1212
1313jobs :
1414 analyze :
Original file line number Diff line number Diff line change 2828 UMF_TESTS_FSDAX_PATH : " /mnt/pmem1/file"
2929 UMF_TESTS_FSDAX_PATH_2 : " /mnt/pmem1/file_2"
3030 BUILD_DIR : " ${{github.workspace}}/build"
31- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
31+ INSTL_DIR : " ${{github.workspace}}/install-dir"
3232 COVERAGE_DIR : " ${{github.workspace}}/coverage"
3333 COVERAGE_NAME : " exports-coverage-dax"
3434 DAX_TESTS : " ./test/test_provider_file_memory ./test/test_provider_devdax_memory"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010 BUILD_DIR : " ${{github.workspace}}/build"
11- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11+ INSTL_DIR : " ${{github.workspace}}/install-dir"
1212
1313jobs :
1414 FastBuild :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ permissions:
3131
3232env :
3333 BUILD_DIR : " ${{github.workspace}}/build"
34- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
34+ INSTL_DIR : " ${{github.workspace}}/install-dir"
3535 COVERAGE_DIR : " ${{github.workspace}}/coverage"
3636
3737jobs :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99env :
1010 BUILD_DIR : " ${{github.workspace}}/build"
11- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11+ INSTL_DIR : " ${{github.workspace}}/install-dir"
1212 COVERAGE_DIR : " ${{github.workspace}}/coverage"
1313 COVERAGE_NAME : " exports-coverage-proxy"
1414
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_call
55
66env :
77 BUILD_DIR : " ${{github.workspace}}/build"
8- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
8+ INSTL_DIR : " ${{github.workspace}}/install-dir"
99
1010permissions :
1111 contents : read
You can’t perform that action at this time.
0 commit comments