Skip to content

Update remote-evals.yml #1

Update remote-evals.yml

Update remote-evals.yml #1

Workflow file for this run

name: remote-evals
on:
push:
branches:
- '**'
jobs:
remote-evals:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.34
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Make scripts executable
run: chmod +x evals/scripts/*.sh
- name: Run remote eval
run: evals/scripts/run-remote.sh --prompt "Say hi from CI and print the working directory" --max-steps 10