Skip to content

Update README with exciting multi-agent example and design-on-the-fly… #62

Update README with exciting multi-agent example and design-on-the-fly…

Update README with exciting multi-agent example and design-on-the-fly… #62

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