Skip to content

Merge pull request #950 from Timothyw0/developer/timothywang/add-erro… #245

Merge pull request #950 from Timothyw0/developer/timothywang/add-erro…

Merge pull request #950 from Timothyw0/developer/timothywang/add-erro… #245

name: E2E Tests for framework detection
on:
push:
branches: [main, ga]
jobs:
detection-e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Test framework detection
run: |
npm ci
npm run e2e:detection:test