Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed May 1, 2024
1 parent 4c9bd79 commit 7571baf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,18 @@ jobs:
- name: Test conformance
run: cd conformance && cargo run
if: ${{ matrix.rust == 'stable' }}

- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
working-directory: integration-tests
bundler-cache: true
if: ${{ matrix.rust == 'stable' }}

- name: Test UI
run: cd integration-tests && bundle exec rspec
if: ${{ matrix.rust == 'stable' }}

- name: Lint UI Tests
run: cd integration-tests && bundle exec rubocop
if: ${{ matrix.rust == 'stable' }}
1 change: 1 addition & 0 deletions integration-tests/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3

0 comments on commit 7571baf

Please sign in to comment.