Skip to content

Commit

Permalink
Use GHA for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mogest committed Apr 22, 2024
1 parent ec7da3b commit 72dbb03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rspec

17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

0 comments on commit 72dbb03

Please sign in to comment.