Skip to content

Commit

Permalink
Add TruffleRuby and JRuby nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfication committed Jan 9, 2024
1 parent c5be6cd commit a07dd8a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/jruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: JRuby Nightly

on: push
# 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: jruby-head
bundler-cache: true
- run: bundle exec rspec
18 changes: 18 additions & 0 deletions .github/workflows/truffleruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: TruffleRuby Nightly

on: push
# 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: truffleruby-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 @@ -26,6 +26,12 @@
<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>
<a href="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/truffleruby-nightly.yml">
<img alt="CI" src="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/truffleruby-nightly.yml/badge.svg" \>
</a>
<a href="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/jruby-nightly.yml">
<img alt="CI" src="https://github.com/peterfication/rspec-graphql-integration/actions/workflows/jruby-nightly.yml/badge.svg" \>
</a>
</p>

<p align="center">
Expand Down

0 comments on commit a07dd8a

Please sign in to comment.