Skip to content

Fix install: use standalone OpenHands CLI instead of openhands-ai #24

Fix install: use standalone OpenHands CLI instead of openhands-ai

Fix install: use standalone OpenHands CLI instead of openhands-ai #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: openhands/wrapper/go.mod
- name: Run tests
working-directory: openhands/wrapper
run: go test -v ./...