Skip to content

Commit ceaae83

Browse files
Update pipeline
1 parent e854d5a commit ceaae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
runner: ubuntu-22.04
9595
node-version: 22.x
9696
workspace: "${{ matrix.module }}"
97-
- name: Code linting
97+
- name: Compile
9898
env:
9999
WORKSPACE_PATH: ${{ steps.npm-install.outputs.workspace_path }}
100-
run: npm run build --noEmit
100+
run: npm run build -w ${{ matrix.module }} -- --noEmit
101101

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

0 commit comments

Comments
 (0)