Skip to content

Commit 5d5a4e1

Browse files
committed
Fix and rename workflow
1 parent 18d28af commit 5d5a4e1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Ruby
1+
name: Test
22

33
on: [push]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -12,12 +12,9 @@ jobs:
1212
uses: actions/setup-ruby@v1
1313
with:
1414
ruby-version: 2.6.x
15-
15+
1616
- name: Run tests
1717
run: |
1818
gem install bundler
1919
bundle install --jobs 4 --retry 3
2020
bundle exec rspec
21-
22-
- name: StandardRB checks
23-
uses: amoeba/standardrb-action@v2

0 commit comments

Comments
 (0)