Skip to content

Browserstack MCP CI #114

Browserstack MCP CI

Browserstack MCP CI #114

Workflow file for this run

name: Browserstack MCP CI
on:
pull_request_review:
types: [submitted]
jobs:
test:
if: github.event.pull_request.base.ref == 'main' && github.event.review.state == 'approved'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test