File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,12 @@ jobs:
108108 shell : bash
109109 env :
110110 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
111- run : ci/scripts/build.sh $(pwd) $(pwd)/ build
111+ run : ci/scripts/build.sh . build jni
112112 - name : Test
113113 shell : bash
114114 env :
115115 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
116- run : ci/scripts/test.sh $(pwd) $(pwd)/ build
116+ run : ci/scripts/test.sh . build jni
117117
118118 windows :
119119 name : AMD64 Windows Server 2022 Java JDK ${{ matrix.jdk }}
@@ -139,12 +139,12 @@ jobs:
139139 shell : bash
140140 env :
141141 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
142- run : ci/scripts/build.sh $(pwd) $(pwd)/ build
142+ run : ci/scripts/build.sh . build jni
143143 - name : Test
144144 shell : bash
145145 env :
146146 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
147- run : ci/scripts/test.sh $(pwd) $(pwd)/ build
147+ run : ci/scripts/test.sh . build jni
148148
149149 integration :
150150 name : AMD64 integration
You can’t perform that action at this time.
0 commit comments