1
0
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:
Thomas Rittson 2024-04-11 11:31:36 +10:00 committed by GitHub
parent 3cdfbdb22d
commit 0a43d8335d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {