File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
9
9
env :
10
10
BUILD_DIR : " ${{github.workspace}}/build"
11
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
12
12
COVERAGE_DIR : " ${{github.workspace}}/coverage"
13
13
COVERAGE_NAME : " exports-coverage-basic"
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
9
9
env :
10
10
BUILD_DIR : " ${{github.workspace}}/build"
11
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
12
12
13
13
jobs :
14
14
analyze :
Original file line number Diff line number Diff line change 28
28
UMF_TESTS_FSDAX_PATH : " /mnt/pmem1/file"
29
29
UMF_TESTS_FSDAX_PATH_2 : " /mnt/pmem1/file_2"
30
30
BUILD_DIR : " ${{github.workspace}}/build"
31
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
31
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
32
32
COVERAGE_DIR : " ${{github.workspace}}/coverage"
33
33
COVERAGE_NAME : " exports-coverage-dax"
34
34
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:
8
8
9
9
env :
10
10
BUILD_DIR : " ${{github.workspace}}/build"
11
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
12
12
13
13
jobs :
14
14
FastBuild :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ permissions:
31
31
32
32
env :
33
33
BUILD_DIR : " ${{github.workspace}}/build"
34
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
34
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
35
35
COVERAGE_DIR : " ${{github.workspace}}/coverage"
36
36
37
37
jobs :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
9
9
env :
10
10
BUILD_DIR : " ${{github.workspace}}/build"
11
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
11
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
12
12
COVERAGE_DIR : " ${{github.workspace}}/coverage"
13
13
COVERAGE_NAME : " exports-coverage-proxy"
14
14
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_call
5
5
6
6
env :
7
7
BUILD_DIR : " ${{github.workspace}}/build"
8
- INSTL_DIR : " ${{github.workspace}}/../ install-dir"
8
+ INSTL_DIR : " ${{github.workspace}}/install-dir"
9
9
10
10
permissions :
11
11
contents : read
You can’t perform that action at this time.
0 commit comments