mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
More CI tweaks
This commit is contained in:
parent
6caa92c058
commit
7473aca3eb
1 changed files with 6 additions and 6 deletions
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
|
|
@ -35,15 +35,15 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Next.js for E2E tests
|
||||
run: pnpm build
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
# - name: Build Next.js for E2E tests
|
||||
# run: pnpm build
|
||||
# env:
|
||||
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
||||
- name: Linter
|
||||
- name: Run linter
|
||||
run: pnpm lint
|
||||
|
||||
- name: Check
|
||||
- name: Run type checker
|
||||
run: pnpm check-types
|
||||
|
||||
- name: Run unit tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue