Skip to content

Commit 942bdd6

Browse files
committed
Update GH build workflow
1 parent 4a072ad commit 942bdd6

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

.github/workflows/build.yml

+3-28
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
run: corepack enable
1818
- name: Install dependencies
1919
run: yarn
20-
- name: Install docs dependencies
21-
run: |
22-
cd packages/docs
23-
yarn
2420
- name: Build
2521
run: yarn build
2622
- name: Check code format
@@ -43,27 +39,6 @@ jobs:
4339
- name: Install dependencies
4440
run: yarn
4541
- name: Build
46-
run: yarn build:xmtp-agents
47-
- name: Test client
48-
run: yarn test:client
49-
continue-on-error: true
50-
env:
51-
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
52-
FIXED_KEY: ${{ secrets.FIXED_KEY }}
53-
- name: Test parsing
54-
run: yarn test:parsing
55-
continue-on-error: true
56-
env:
57-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
58-
- name: Test Frames
59-
run: yarn test:frames
60-
- name: Test Prompting
61-
continue-on-error: true
62-
env:
63-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
64-
run: yarn test:prompt
65-
- name: Test Intent
66-
continue-on-error: true
67-
env:
68-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
69-
run: yarn test:intent
42+
run: yarn build
43+
- name: Run tests
44+
run: yarn test

0 commit comments

Comments
 (0)