Skip to content

Commit 2952bce

Browse files
authored
refactor: overhaul examples structure, remove old ones and simplify testing (CopilotKit#2975)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent 5e7372a commit 2952bce

1,170 files changed

Lines changed: 19360 additions & 327919 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/e2e_dojo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
# Now that pnpm is available, cache its store to speed installs
111111
- name: Resolve pnpm store path
112112
id: pnpm-store
113-
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
113+
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
114114

115115
- name: Cache pnpm store
116116
uses: actions/cache@v4
117117
with:
118-
path: ${{ env.STORE_PATH }}
118+
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
119119
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
120120
restore-keys: |
121121
${{ runner.os }}-pnpm-store-

.github/workflows/e2e_examples-previews-deploy.yml

Lines changed: 0 additions & 324 deletions
This file was deleted.

0 commit comments

Comments
 (0)