Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: ${{ runner.os }}-turbo-

- name: Setup Next.js build cache
uses: actions/cache@v4
with:
path: agents-manage-ui/.next/cache
key: ${{ runner.os }}-nextjs-build-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('agents-manage-ui/src/**', 'packages/agents-core/src/**') }}
restore-keys: |
${{ runner.os }}-nextjs-build-${{ hashFiles('pnpm-lock.yaml') }}-
${{ runner.os }}-nextjs-build-

- name: Setup Playwright cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!**/__tests__/**",
".env.example"
],
"outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"]
"outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**", "!.next/dev/**"]
},
"dev": {
"dependsOn": ["^build"],
Expand Down