Skip to content

Commit

Permalink
container test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed May 1, 2024
1 parent 56234d2 commit 8a216aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ 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 @@ -122,11 +118,6 @@ runs:
done
shell: bash

- name: Run Tests
run: |
echo ${{ inputs.RUN_TESTS }}
shell: bash

# - name: Run Tests
# if: inputs.RUN_TESTS != 'false'
# run: |
Expand Down

0 comments on commit 8a216aa

Please sign in to comment.