Skip to content

Commit acd3359

Browse files
committed
remove this rubocop step, moving to separate job
1 parent 167b77c commit acd3359

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}} --build-arg PUPPET_VERSION=${{env.PUPPET_VERSION}}
5858
- name: Tests
5959
run: docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
60-
- name: Rubocop and Coverage
61-
run: docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e ENFORCE_COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
62-
if: matrix.ruby-version == '2.6'
63-
env:
64-
RUBOCOP_TEST: true
65-
ENFORCE_COVERAGE: true
6660

6761
puppet-7-3-0:
6862
env:

0 commit comments

Comments
 (0)