Skip to content

Commit fbbd74f

Browse files
committed
ci: move tests to shared action
1 parent 74d36e8 commit fbbd74f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml .github/workflows/ruby-test.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test
33
on: [pull_request]
44
jobs:
55
test:
6+
name: Test
67
runs-on: ubuntu-latest
7-
88
services:
99
redis:
1010
image: redis
@@ -16,9 +16,4 @@ jobs:
1616
--health-timeout 5s
1717
--health-retries 5
1818
19-
steps:
20-
- uses: actions/checkout@v4
21-
- uses: ruby/setup-ruby@v1
22-
with:
23-
bundler-cache: true
24-
- run: bundle exec rspec
19+
uses: Fatsoma/reusable-actions/.github/workflows/ruby-test.yml@v1

0 commit comments

Comments
 (0)