Skip to content

Commit d34f725

Browse files
rrewlltsufiev
authored andcommitted
refactor: merge example preparing and building steps
1 parent 275598a commit d34f725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ jobs:
4646
run: npm ci
4747
- name: Build library
4848
run: npm run build
49-
- name: Prepare examples build
50-
run: npm link && cd examples && npm i && npm link ydb-sdk && cd ..
5149
- name: Build examples
52-
run: cd examples && npm run build
50+
run: npm link && cd examples && npm i && npm link ydb-sdk && npm run build
5351
- name: Run tests
5452
run: npm run test:all
5553
env:

0 commit comments

Comments
 (0)