We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1497a94 commit 3b1bbb5Copy full SHA for 3b1bbb5
.github/workflows/tests.yml
@@ -435,12 +435,18 @@ jobs:
435
sudo apt update;
436
sudo apt install valgrind;
437
438
+ - name: Install client
439
+ #fix the convention here
440
+ run: |
441
+ cp -r node-v115-linux-x64 lib/binding/node-v115-linux-x64
442
+
443
- name: Install client
444
#fix the convention here
445
run: |
446
npx tsc;
447
npx tsc typings/index.d.ts;
448
cd ts-test;
449
+ npm install ..
450
451
452
- name: Wait for database to be ready
0 commit comments