Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Oct 18, 2024
1 parent 00d7ba2 commit 6e56508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions eng/tsp-core/pipelines/jobs/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- script: pnpm run test:e2e
displayName: E2E Tests

- script: pnpm run generate-scenarios-summary
displayName: Generate Scenarios Summary

- task: 1ES.PublishPipelineArtifact@1
inputs:
path: ./packages/playground-website/test-results
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"regen-samples": "pnpm -r run regen-samples",
"test": "vitest run",
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
"test:e2e": "pnpm -r run test:e2e",
"test:e2e": "pnpm -r run test:e2e && pnpm generate-scenarios-summary",
"generate-scenarios-summary": "pnpm -r run generate-scenarios-summary",
"update-latest-docs": "pnpm -r run update-latest-docs",
"watch": "tsc --build ./tsconfig.ws.json --watch",
Expand Down

0 comments on commit 6e56508

Please sign in to comment.