Skip to content

Commit

Permalink
feat: ci for tests (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
notnmeyer committed Dec 8, 2023
1 parent 444d2bf commit c309f4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: test
on: push

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rails test
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ruby-3.1.2
3.1.4

0 comments on commit c309f4f

Please sign in to comment.