Skip to content

Commit

Permalink
Add daily test runs on Ruby nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfication committed Jan 9, 2024
1 parent b14e5ef commit c5be6cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Ruby Nightly

on:
schedule:
# Checks daily
- cron: '0 0 * * *'

jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-head
bundler-cache: true
- run: bundle exec rspec
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<a href="https://rubygems.org/gems/rspec-graphql-integration">
<img src="https://badge.fury.io/rb/rspec-graphql-integration.svg" alt="Gem Version" height="18">
</a>

<br/>

<a href="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/ruby-nightly.yml">
<img alt="CI" src="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/ruby-nightly.yml/badge.svg" \>
</a>
</p>

<p align="center">
Expand Down

0 comments on commit c5be6cd

Please sign in to comment.