Skip to content

Commit

Permalink
Add rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 6, 2024
1 parent db81721 commit b75c3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
ruby-version: 3.2.2

- name: install bundler
run: gem install bundler -v 2.4.22
shell: bash

- name: Run tests
run: bin/bundle exec rspec --tag smoke_test
env:
Expand Down

0 comments on commit b75c3c3

Please sign in to comment.