mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Add IntegrationTest project to setup_secrets (#3941)
This commit is contained in:
parent
3cdfbdb22d
commit
0a43d8335d
@ -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…
Reference in New Issue
Block a user