fix CI (#111)
This commit is contained in:
committed by
pullfrog[bot]
parent
97001d7d88
commit
4e19178c81
@@ -14,12 +14,15 @@ jobs:
|
||||
node-version: "24"
|
||||
cache: "pnpm"
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm install --frozen-lockfile --ignore-scripts
|
||||
- run: pnpm typecheck
|
||||
- run: pnpm test
|
||||
|
||||
agents:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -31,6 +34,7 @@ jobs:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
|
||||
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|
||||
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
@@ -39,5 +43,5 @@ jobs:
|
||||
node-version: "24"
|
||||
cache: "pnpm"
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm install --frozen-lockfile --ignore-scripts
|
||||
- run: pnpm ${{ matrix.test }} ${{ matrix.agent }}
|
||||
|
||||
Reference in New Issue
Block a user