Skip to content

Commit

Permalink
travis => ghwf
Browse files Browse the repository at this point in the history
  • Loading branch information
glaszig committed Sep 2, 2023
1 parent 3375d1b commit 6defe99
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: test

on: [ push, pull_request ]

jobs:
test:
name: ${{matrix.ruby}}
runs-on: ubuntu-latest

strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
gemfile:
- Gemfile
- spec/gemfiles/rails-7

env:
BUNDLE_GEMFILE: ${{matrix.gemfile}}

steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true # 'bundle install' and cache
- run: bundle exec rspec --format documentation
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 6defe99

Please sign in to comment.