Skip to content

Commit

Permalink
chore: pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 26, 2024
1 parent d28e683 commit abd1e9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build

on: [push, pull_request]

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ defaults:
run:
shell: bash

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -36,7 +39,7 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Serve Ollama Model
uses: phil65/ollama-github-action@v1
uses: pydantic/ollama-action@v3
with:
model: "smollm2:360m"
- name: Install uv
Expand Down

0 comments on commit abd1e9f

Please sign in to comment.