Skip to content

Merge pull request #918 from Timothyw0/developer/timothywang/setup-re… #238

Merge pull request #918 from Timothyw0/developer/timothywang/setup-re…

Merge pull request #918 from Timothyw0/developer/timothywang/setup-re… #238

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