Skip to content

Commit 967337e

Browse files
committed
[devtools] sync
1 parent d7e36c8 commit 967337e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ jobs:
3434
- ruby: 2.7.0
3535
fail_on_warnings: 'true'
3636
dry_types_from_master: 'true'
37-
rom_core_from_master: 'true'
3837
sequel_from_master: 'true'
3938
env:
4039
COVERAGE: "${{matrix.coverage}}"
4140
COVERAGE_TOKEN: "${{secrets.CODACY_PROJECT_TOKEN}}"
4241
APT_DEPS: libpq-dev libmysqlclient-dev libsqlite3-dev
4342
FAIL_ON_WARNINGS: "${{matrix.fail_on_warnings}}"
4443
DRY_TYPES_FROM_MASTER: "${{matrix.dry_types_from_master}}"
45-
ROM_CORE_FROM_MASTER: "${{matrix.rom_core_from_master}}"
4644
SEQUEL_FROM_MASTER: "${{matrix.sequel_from_master}}"
4745
steps:
4846
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)