1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-12 00:28:11 -05: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

@ -26,6 +26,7 @@ $projects = @{
Notifications = "../src/Notifications"
Sso = "../bitwarden_license/src/Sso"
Scim = "../bitwarden_license/src/Scim"
IntegrationTests = "../test/Infrastructure.IntegrationTest"
}
foreach ($key in $projects.keys) {