-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Docker container registry tests (#510)
* Delete js folder * Update csharp * Update Go * add python * add node * add to test runs * Read in configs to run tests * add a comma * disable csharp tests to isolate error * it turns out you have to actually be explicitly copying env vars to your Workflow * correct config key * correct variable name * pythonnnnnnn * more python * remove trailing comma which caused a tuple * remove duplicate env var from the correct file
- Loading branch information
1 parent
60000a7
commit e6c4038
Showing
23 changed files
with
370 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: cbp-docker-csharp | ||
runtime: dotnet | ||
description: A minimal AWS C# Pulumi program | ||
description: A minimal C# Pulumi program |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: cbp-docker-go | ||
runtime: go | ||
description: A minimal AWS Go Pulumi program | ||
description: A minimal Go Pulumi program |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.