diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index b69df9a0..f12d9a91 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -58,17 +58,17 @@ runs: env: ENV_PATH: ${{ inputs.ENV_PATH }} - - name: Run zeitwerk chek - if: inputs.ZEITWERK == 'true' - run: | - bin/rails zeitwerk:check - shell: bash + # - name: Run zeitwerk chek + # if: inputs.ZEITWERK == 'true' + # run: | + # bin/rails zeitwerk:check + # shell: bash - - name: Generate Brakeman report - if: inputs.BRAKEMAN == 'true' - run: | - bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0 - shell: bash + # - name: Generate Brakeman report + # if: inputs.BRAKEMAN == 'true' + # run: | + # bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0 + # shell: bash # - name: Publish report # if: inputs.BRAKEMAN == 'true'