File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ workflows:
29
29
- " test-arangodb-3_11 " :
30
30
requires :
31
31
- build
32
+ - " test-arangodb-3_12 " :
33
+ requires :
34
+ - build
32
35
33
36
jobs :
34
37
build :
@@ -191,6 +194,24 @@ jobs:
191
194
name : adb3_11_0
192
195
environment :
193
196
ARANGO_ROOT_PASSWORD : root
197
+ steps :
198
+ - attach_workspace :
199
+ # Must be absolute path or relative path from working_directory
200
+ at : ~/
201
+ - run :
202
+ name : Test
203
+ command : dotnet test -c Release --filter RunningMode!=Cluster
204
+
205
+ " test-arangodb-3_12 " :
206
+ working_directory : ~/arangodb-net-standard
207
+ docker :
208
+ - image : mcr.microsoft.com/dotnet/sdk:8.0
209
+ environment :
210
+ ARANGO_HOST : adb3_12
211
+ - image : arangodb:3.12
212
+ name : adb3_12
213
+ environment :
214
+ ARANGO_ROOT_PASSWORD : root
194
215
steps :
195
216
- attach_workspace :
196
217
# Must be absolute path or relative path from working_directory
You can’t perform that action at this time.
0 commit comments