Skip to content

Commit 582e5fa

Browse files
committed
[devtools] sync
1 parent e355df1 commit 582e5fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: ci
1515
pull_request:
1616
branches:
1717
- master
18-
create:
18+
create:
1919
jobs:
2020
tests:
2121
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
COVERAGE: "${{matrix.coverage}}"
4444
COVERAGE_TOKEN: "${{secrets.CODACY_PROJECT_TOKEN}}"
45-
BASE_DB_URI: localhost/rom
45+
BASE_DB_URI: localhost/rom_repository
4646
USE_DRY_TRANSFORMER_MASTER: "${{matrix.use_dry_transformer_master}}"
4747
USE_ROM_SQL_MASTER: "${{matrix.use_rom_sql_master}}"
4848
CODACY_RUN_LOCAL: "${{matrix.coverage}}"
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
POSTGRES_USER: runner
7878
POSTGRES_PASSWORD: ''
79-
POSTGRES_DB: rom
79+
POSTGRES_DB: rom_repository
8080
ports:
8181
- 5432:5432
8282
options: "--health-cmd pg_isready --health-interval 10s --health-timeout 5s

0 commit comments

Comments
 (0)