-
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.
Update PostgreSQL image and add run configuration
Switch PostgreSQL container image to non-alpine version for better compatibility. Increase context timeout to 60 seconds for reliable container initialization. Add configuration for running tests in Go environment.
- Loading branch information
1 parent
09029ee
commit 5697663
Showing
2 changed files
with
16 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Run Tests" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="Go_Food_Delivery" /> | ||
<working_directory value="$PROJECT_DIR$/pkg/tests" /> | ||
<parameters value="--count=1" /> | ||
<root_directory value="$PROJECT_DIR$" /> | ||
<kind value="DIRECTORY" /> | ||
<package value="Go_Food_Delivery/pkg/tests" /> | ||
<directory value="$PROJECT_DIR$/pkg/tests" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<framework value="gotest" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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