Skip to content

Commit

Permalink
disable to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Dec 16, 2023
1 parent 85d6129 commit 8182c2e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8182c2e

Please sign in to comment.