File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,12 @@ tasks:
287
287
params :
288
288
file : src/langchain-js/langchainjs/libs/langchain-mongodb/results.xml
289
289
290
+ - name : test-n8n-js-local
291
+ tags : [local]
292
+ commands :
293
+ - func : " fetch repo"
294
+ - func : " execute tests"
295
+
290
296
- name : test-langchain-js-remote
291
297
tags : [remote]
292
298
commands :
@@ -477,6 +483,16 @@ buildvariants:
477
483
- name : test-langchain-js-local
478
484
- name : test-langchain-js-remote
479
485
486
+ - name : test-n8n-javascript-ubuntu
487
+ display_name : n8n Ubuntu2204
488
+ tags : [javascript]
489
+ expansions :
490
+ DIR : n8n-js
491
+ run_on :
492
+ - ubuntu2204-small
493
+ tasks :
494
+ - name : test-n8n-js-local
495
+
480
496
- name : test-mem0-python-rhel
481
497
display_name : mem0 RHEL Python
482
498
tags : [python]
Original file line number Diff line number Diff line change
1
+ REPO_NAME = n8n
2
+ REPO_ORG = n8n-io
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ echo " running!"
4
+
5
+ ls
You can’t perform that action at this time.
0 commit comments