Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
!build updated appveyor.yml with fixed test_script
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Mar 13, 2018
1 parent 3d2edfc commit f66c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Vaporshell.Tests.ps1
Expand Up @@ -51,7 +51,7 @@ Describe "Module tests: $ModuleName" {
}
if ($env:APPVEYOR) {
It 'Should set the credentials correctly on the shared file' {
Set-VSCredential -AccessKey $Env:AWS_ACCESS_KEY_ID -SecretKey $Env:AWS_SECRET_ACCESS_KEY -Region "USWest1" -ProfileName 'default'
Set-VSCredential -AccessKey $Env:AWS_ACCESS_KEY_ID -SecretKey $Env:AWS_SECRET_ACCESS_KEY -Region "USEast1" -ProfileName 'default'
}
}
}
Expand Down

0 comments on commit f66c19c

Please sign in to comment.