mirror of
https://github.com/coder/coder.git
synced 2025-07-30 22:19:53 +00:00
chore(ci): clean up databases after test finishes in CI (#12702)
This commit is contained in:
@@ -11,14 +11,14 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/coder/coder/v2/coderd/database/dbtestutil"
|
||||
"github.com/coder/coder/v2/coderd/database/migrations"
|
||||
"github.com/coder/coder/v2/coderd/database/postgres"
|
||||
)
|
||||
|
||||
const minimumPostgreSQLVersion = 13
|
||||
|
||||
func main() {
|
||||
connection, closeFn, err := postgres.Open()
|
||||
connection, closeFn, err := dbtestutil.Open()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user