Skip to content

Commit

Permalink
Merge pull request #156 from puppetlabs/travis
Browse files Browse the repository at this point in the history
Move to GHA
  • Loading branch information
AriaXLi authored May 17, 2023
2 parents d2e1fcd + d29d486 commit 080f474
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Ruby

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

permissions:
contents: read

defaults:
run:
working-directory: tests

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Bundle install
run: bundle install
- name: Run tests
run: bundle exec rspec -fd
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

0 comments on commit 080f474

Please sign in to comment.