This commit is contained in:
David Blass
2026-01-20 17:25:06 +00:00
committed by pullfrog[bot]
parent 97001d7d88
commit 4e19178c81
6 changed files with 13 additions and 4 deletions
+6 -2
View File
@@ -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 }}