Skip to content

Update rig.ts agentic file-summary header (b88e1d6 → 138fb9d) (#202) #9

Update rig.ts agentic file-summary header (b88e1d6 → 138fb9d) (#202)

Update rig.ts agentic file-summary header (b88e1d6 → 138fb9d) (#202) #9

name: Rig Integration Tests
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
copilot-requests: write
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Run integration tests
env:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
run: npm run test:integration