Skip to content

Commit 9fb5a6b

Browse files
committed
Add 2024 ruby CI
1 parent 862f0d3 commit 9fb5a6b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci-2024-ruby.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI 2024 Ruby
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- '2024-rb-*'
7+
paths:
8+
- '2024/ruby/**'
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: ruby/setup-ruby@v1
15+
with:
16+
working-directory: ./2024/ruby
17+
bundler-cache: true
18+
- run: bundle exec rake
19+
working-directory: ./2024/ruby

0 commit comments

Comments
 (0)