Skip to content

hmm

hmm #20

Workflow file for this run

name: Run evals
on:
push:
# files:
# - 'test-eval/**'
permissions:
pull-requests: read
contents: read
jobs:
eval:
name: Run evals
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- uses: int128/comment-action@v1
with:
post: |
:wave: Hello World
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install Dependencies
id: install
run: pnpm install
working-directory: test-eval
- name: Run Evals
id: eval
uses: ./
with:
api_key: ${{ secrets.BRAINTRUST_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
root: test-eval