Browse Source

Add IntegrationTest project to setup_secrets (#3941)

pull/3976/head
Thomas Rittson 2 years ago committed by GitHub
parent
commit
0a43d8335d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      dev/setup_secrets.ps1

5
dev/setup_secrets.ps1

@ -24,8 +24,9 @@ $projects = @{ @@ -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…
Cancel
Save