Skip to content

Commit

Permalink
fix: add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Dec 10, 2024
1 parent fa8934f commit a8922db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- name: Install Dependencies
id: install
run: yarn install --immutable --immutable-cache --check-cache
run: bun install --immutable --immutable-cache --check-cache

- name: Run Evals
id: evals
run: yarn eval
run: bun eval
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
Expand Down

0 comments on commit a8922db

Please sign in to comment.