We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355df1 commit 582e5faCopy full SHA for 582e5fa
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ name: ci
15
pull_request:
16
branches:
17
- master
18
- create:
+ create:
19
jobs:
20
tests:
21
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
42
env:
43
COVERAGE: "${{matrix.coverage}}"
44
COVERAGE_TOKEN: "${{secrets.CODACY_PROJECT_TOKEN}}"
45
- BASE_DB_URI: localhost/rom
+ BASE_DB_URI: localhost/rom_repository
46
USE_DRY_TRANSFORMER_MASTER: "${{matrix.use_dry_transformer_master}}"
47
USE_ROM_SQL_MASTER: "${{matrix.use_rom_sql_master}}"
48
CODACY_RUN_LOCAL: "${{matrix.coverage}}"
@@ -76,7 +76,7 @@ jobs:
76
77
POSTGRES_USER: runner
78
POSTGRES_PASSWORD: ''
79
- POSTGRES_DB: rom
+ POSTGRES_DB: rom_repository
80
ports:
81
- 5432:5432
82
options: "--health-cmd pg_isready --health-interval 10s --health-timeout 5s
0 commit comments