Merge pull request #975 from Azure/developer/long/issuer #248
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |