Skip to content

Commit

Permalink
tet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfication committed Jan 10, 2024
1 parent 02f5048 commit e047865
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/jruby-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: JRuby Nightly

on:
schedule:
# Checks daily
- cron: "0 0 * * *"
on: push
# on:
# schedule:
# # Checks daily
# - cron: "0 0 * * *"

jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: bundle lock --add-platform jruby
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-head
Expand Down

0 comments on commit e047865

Please sign in to comment.