There was an error while loading. Please reload this page.
1 parent 7d24bf0 commit c78cf58Copy full SHA for c78cf58
1 file changed
.github/workflows/test.yml
@@ -46,11 +46,11 @@ jobs:
46
- name: Test agents
47
if: steps.filter.outputs.agents-or-tests == 'true' || github.event_name == 'push'
48
run: pnpm test agents
49
- - name: Test examples
50
- if: (steps.filter.outputs.examples == 'true' || github.event_name == 'push')
51
- env:
52
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
53
- run: pnpm test:examples
+ # - name: Test examples
+ # if: (steps.filter.outputs.examples == 'true' || github.event_name == 'push')
+ # env:
+ # OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
+ # run: pnpm test:examples
54
# TODO (AJS-83) Re-enable once plugins are refactored with abort controllers
55
# - name: Test all plugins
56
# if: steps.filter.outputs.agents-or-tests == 'true' || github.event_name != 'pull_request'
0 commit comments