Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Apr 30, 2024
1 parent 38cb1f5 commit 3808d15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ inputs:
required: false
description: Reviewdog report
default: 'false'
RUN_TESTS:
required: false
default: 'true'
description: Whenever you wanna run tests.

runs:
using: "composite"
Expand Down Expand Up @@ -119,6 +123,7 @@ runs:
shell: bash

- name: Run Tests
if: inputs.RUN_TESTS != 'false'
run: |
bundle exec rspec -f j -o tmp/rspec_results.json -f p
shell: bash
Expand Down

0 comments on commit 3808d15

Please sign in to comment.