Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
byn9826 committed Dec 26, 2024
1 parent 0edd432 commit 5722097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: cd ./admin-panel && npm ci
- run: cd ./admin-panel && npm run test:check
- run: npm run build
- run: npm run lint:check
- run: npm run type:check
Expand All @@ -31,3 +29,5 @@ jobs:
- run: cd ./server && npm run test:check:node-key-rotate
- run: cd ./server && npm run node:build
- run: cd ./admin-panel && npm run build
- run: cd ./admin-panel && npm ci
- run: cd ./admin-panel && npm run test:check

0 comments on commit 5722097

Please sign in to comment.