Skip to content

Commit 0e37a5d

Browse files
committedJan 30, 2025
update ci spec
1 parent bf39f3c commit 0e37a5d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed
 

‎.github/workflows/ci.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
name: CI
2-
3-
on:
4-
push:
5-
branches: ['*']
6-
1+
name: Specs
2+
on: [push, pull_request]
73
jobs:
84
test:
95
runs-on: ubuntu-latest
106
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-ruby@v1
13-
with:
14-
ruby-version: '3.0.5'
7+
- uses: actions/checkout@v4
8+
- uses: ruby/setup-ruby@v1
9+
ruby-version: '3.0'
1510
- run: bundle install
1611
- run: bundle exec rspec

0 commit comments

Comments
 (0)