Skip to content

Commit

Permalink
use genkit client in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 17, 2025
1 parent f6e92d4 commit 8d088ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
- name: Set up node v20
- name: Set up node v21
uses: actions/setup-node@v4
with:
node-version: 21.x
cache: "pnpm"
- name: Install Genkit client
run: npm install genkit @genkit-ai/googleai
- name: Install dependencies
run: pnpm install
- name: Run build script
Expand Down

0 comments on commit 8d088ac

Please sign in to comment.