test: http proxy (#175)

This commit is contained in:
hiroki osame
2023-03-27 06:33:50 -04:00
committed by GitHub
parent e431444f95
commit 7b11f5eede
2 changed files with 98 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ jobs:
- name: Build
run: pnpm build
- name: Install tinyproxy
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install tinyproxy
tinyproxy
- name: Test
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}