Skip to content

Commit 095c9eb

Browse files
Update pipeline
1 parent ceaae83 commit 095c9eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
node-version: 22.x
9696
workspace: "${{ matrix.module }}"
9797
- name: Compile
98-
env:
99-
WORKSPACE_PATH: ${{ steps.npm-install.outputs.workspace_path }}
100-
run: npm run build -w ${{ matrix.module }} -- --noEmit
98+
run: npm run build -w ${{ steps.npm-install.outputs.workspace_path }} -- --noEmit
10199

102100
smoke-test:
103101
if: ${{ needs.detect-modules.outputs.modules_count > 0 }}

0 commit comments

Comments
 (0)