Skip to content

Commit 3d97a40

Browse files
committed
Build: update linking steps in CI workflow for TypeScript Yarn ESM action
1 parent d6c6ddd commit 3d97a40

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,16 @@ jobs:
333333
yarn install
334334
working-directory: typescript-yarn-esm-action
335335

336-
- name: Link @github/local-action
337-
id: link
338-
run: yarn link
336+
- name: Create Global Link
337+
id: create-link
338+
run: npm link
339339
working-directory: local-action
340340

341+
- name: Use Global Link
342+
id: use-link
343+
run: yarn link "${{ github.workspace }}/local-action"
344+
working-directory: typescript-yarn-esm-action
345+
341346
- name: Generate Dotenv File
342347
id: dotenv
343348
run: |

0 commit comments

Comments
 (0)