mirror of
https://github.com/bitwarden/server.git
synced 2026-01-11 19:57:01 +00:00
Add IntegrationTest project to setup_secrets (#3941)
This commit is contained in:
parent
3cdfbdb22d
commit
0a43d8335d
1 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,9 @@ $projects = @{
|
|||
Icons = "../src/Icons"
|
||||
Identity = "../src/Identity"
|
||||
Notifications = "../src/Notifications"
|
||||
Sso = "../bitwarden_license/src/Sso"
|
||||
Scim = "../bitwarden_license/src/Scim"
|
||||
Sso = "../bitwarden_license/src/Sso"
|
||||
Scim = "../bitwarden_license/src/Scim"
|
||||
IntegrationTests = "../test/Infrastructure.IntegrationTest"
|
||||
}
|
||||
|
||||
foreach ($key in $projects.keys) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue