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. 1
      dev/setup_secrets.ps1

1
dev/setup_secrets.ps1

@ -26,6 +26,7 @@ $projects = @{ @@ -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) {

Loading…
Cancel
Save