Skip to content

Commit 3b1bbb5

Browse files
CI/CD Improvements
1 parent 1497a94 commit 3b1bbb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,18 @@ jobs:
435435
sudo apt update;
436436
sudo apt install valgrind;
437437
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+
438443
- name: Install client
439444
#fix the convention here
440445
run: |
441446
npx tsc;
442447
npx tsc typings/index.d.ts;
443448
cd ts-test;
449+
npm install ..
444450
npx tsc;
445451
446452
- name: Wait for database to be ready

0 commit comments

Comments
 (0)