Skip to content

Commit

Permalink
Updated the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoz committed Mar 21, 2024
1 parent 3054ccb commit dd07286
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Ruby

on: [push]

jobs:
test:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7']
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit dd07286

Please sign in to comment.