Merge remote-tracking branch 'origin/multi-language' into multi-language
This commit is contained in:
commit
bf765c2355
4 changed files with 15 additions and 0 deletions
5
.github/workflows/e2e-js-cjs-function.yaml
vendored
5
.github/workflows/e2e-js-cjs-function.yaml
vendored
|
|
@ -63,6 +63,11 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install codeflash npm package dependencies
|
||||
run: |
|
||||
cd packages/codeflash
|
||||
npm install
|
||||
|
||||
- name: Install JS test project dependencies
|
||||
run: |
|
||||
cd code_to_optimize/js/code_to_optimize_js
|
||||
|
|
|
|||
5
.github/workflows/e2e-js-esm-async.yaml
vendored
5
.github/workflows/e2e-js-esm-async.yaml
vendored
|
|
@ -63,6 +63,11 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install codeflash npm package dependencies
|
||||
run: |
|
||||
cd packages/codeflash
|
||||
npm install
|
||||
|
||||
- name: Install JS test project dependencies
|
||||
run: |
|
||||
cd code_to_optimize/js/code_to_optimize_js_esm
|
||||
|
|
|
|||
5
.github/workflows/e2e-js-ts-class.yaml
vendored
5
.github/workflows/e2e-js-ts-class.yaml
vendored
|
|
@ -63,6 +63,11 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install codeflash npm package dependencies
|
||||
run: |
|
||||
cd packages/codeflash
|
||||
npm install
|
||||
|
||||
- name: Install JS test project dependencies
|
||||
run: |
|
||||
cd code_to_optimize/js/code_to_optimize_ts
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue