Skip to content

Commit

Permalink
remove tests from oidc-signin-tool build output and prevent multiple …
Browse files Browse the repository at this point in the history
…test runs
  • Loading branch information
ben-polinsky committed Oct 22, 2024
1 parent 1dbf12a commit b2176e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
- group: iTwin.js Integration Test Users
- group: iTwin.js Auth Client Integration tests
- name: packages
value: browser-authorization, electron-authorization, oidc-signin-tool, service-authorization, node-cli-authorization
value: browser-authorization, electron-authorization, oidc-signin-tool

jobs:
- job: IntegrationTests
Expand Down
4 changes: 3 additions & 1 deletion packages/oidc-signin-tool/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
],
"exclude": [
"lib",
"node_modules"
"node_modules",
"src/test-integration",
"src/test"
]
}

0 comments on commit b2176e9

Please sign in to comment.