Skip to content

Commit 976b9e6

Browse files
committed
On multiroot build must have before linting
1 parent e38ca63 commit 976b9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
node-version: ${{ matrix.node-version }}
3535
cache: 'npm'
3636
- run: npm ci --workspaces --include-workspace-root
37+
- run: npm run build --ws --if-present
3738
- run: npm run lint
3839
- run: npm run format
40+
- run: npm test --workspaces --if-present
3941
- run: npm run build:debug --ws --if-present
40-
- run: npm run build --ws --if-present
41-
- run: npm test --workspaces

0 commit comments

Comments
 (0)