Skip to content

Commit

Permalink
Add prism testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viralpraxis committed Sep 22, 2024
1 parent 3026b18 commit 5475d51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ jobs:
bundler: 2.3.26
- name: Run tests
run: bundle exec rspec

test-prism:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: "gemfiles/rubocop_1.66.gemfile"
PARSER_ENGINE: parser_pris
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache gems
ruby-version: 3.3
bundler: 2.3.26
- name: Run tests
run: bundle exec rspec

0 comments on commit 5475d51

Please sign in to comment.