generated from pulumi/pulumi-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding integration testing foundation
# Conflicts: # examples/examples_test.go Add health check and update checked-in examples version Increase read timeout Clean up and add testcontainer # Conflicts: # go.work.sum # Conflicts: # examples/go.mod # Conflicts: # examples/examples_nodejs_test.go # examples/examples_test.go # examples/go.mod # examples/go.sum gomodtidy # Conflicts: # examples/go.mod # examples/go.sum Update compose from docs In some cases the project name "talos" conflicts with the provider name Add configuration for integration tests Update @types/node to 20 upgrade go deps # Conflicts: # examples/go.mod # examples/go.sum gomodtidy after rebase # Conflicts: # examples/go.sum Remove check for project id gomodtidy again
- Loading branch information
1 parent
0536f09
commit f13cb76
Showing
9 changed files
with
792 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.pulumi/ | ||
**/bin/ | ||
node_modules/ | ||
|
||
package-lock.json | ||
yarn.lock |
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
Oops, something went wrong.