Skip to content

Add Diff File View for instance.patch and test_result.git_patch #77

Add Diff File View for instance.patch and test_result.git_patch

Add Diff File View for instance.patch and test_result.git_patch #77

Workflow file for this run

name: Test
on:
push:
branches: [ main, add-openhands-support ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- name: Run tests
run: npm test