Skip to content

Commit 621f6e0

Browse files
committed
Run tests nightly
1 parent ac15d4f commit 621f6e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '45 2 * * *'
37

48
jobs:
59
rspec:
@@ -31,4 +35,4 @@ jobs:
3135
ruby-version: ${{ matrix.ruby-version }}
3236
bundler-cache: true
3337
- name: Run tests
34-
run: bundle exec rspec
38+
run: bundle exec rspec

0 commit comments

Comments
 (0)