We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d28af commit 5d5a4e1Copy full SHA for 5d5a4e1
.github/workflows/main.yml renamed to .github/workflows/test.yml
@@ -1,9 +1,9 @@
1
-name: Ruby
+name: Test
2
3
on: [push]
4
5
jobs:
6
- build:
+ test:
7
runs-on: ubuntu-latest
8
9
steps:
@@ -12,12 +12,9 @@ jobs:
12
uses: actions/setup-ruby@v1
13
with:
14
ruby-version: 2.6.x
15
-
+
16
- name: Run tests
17
run: |
18
gem install bundler
19
bundle install --jobs 4 --retry 3
20
bundle exec rspec
21
22
- - name: StandardRB checks
23
- uses: amoeba/standardrb-action@v2
0 commit comments