| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,5 +47,5 @@ jobs: | |||
| 47 | 47 | run: "scripts/install" | |
| 48 | 48 | - name: "Run tests" | |
| 49 | 49 | env: | |
| 50 | - TEST_DATABASE_URLS: "sqlite:///testsuite, mysql://username:password@localhost:3306/testsuite, postgresql://username:password@localhost:5432/testsuite, postgresql+aiopg://username:password@localhost:5432/testsuite" | ||
| 50 | + TEST_DATABASE_URLS: "sqlite:///testsuite, mysql://username:password@localhost:3306/testsuite, postgresql://username:password@localhost:5432/testsuite, postgresql+aiopg://username:password@127.0.0.1:5432/testsuite" | ||
| 51 | 51 | run: "scripts/test" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments