Skip to content

Commit

Permalink
Run bug report template files at GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Dec 28, 2020
1 parent 9fb739d commit 6c03129
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,19 @@ jobs:
run: bundle install
- name: Run tests
run: bundle exec rspec

bug-report-templates:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: Install dependencies
run: bundle install
- name: Run bug report templates
run: |
ruby bug_report_templates/test-ransacker-arel-present-predicate.rb
ruby bug_report_templates/test-ransack-scope-and-column-same-name.rb
rm Gemfile Gemfile.lock

0 comments on commit 6c03129

Please sign in to comment.