Skip to content

feat: add ability to stop completions #50

feat: add ability to stop completions

feat: add ability to stop completions #50

Workflow file for this run

name: Test
on:
pull_request:
branches: main
jobs:
integration-tests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Install Playwright dependencies
run: npx playwright install --with-deps chromium
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
path: test-results/