Skip to content

Commit aa4904d

Browse files
committed
test ci
1 parent 5232422 commit aa4904d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v2
21+
- uses: actions/checkout@v2
2322

24-
- name: Setup Ruby
25-
uses: ruby/setup-ruby@v1
23+
- uses: ruby/setup-ruby@v1
2624
with:
2725
ruby-version: ${{ matrix.ruby }}
2826
bundler-cache: true
2927

30-
- name: Install sqlite
31-
run: |
28+
- run: |
3229
sudo apt-get install libsqlite3-dev
3330
34-
- name: Run Tests
35-
run: INTEGRATION_TESTS=1 bundle exec rspec
31+
- run: bundle exec rubocop
32+
33+
- run: INTEGRATION_TESTS=1 bundle exec rspec
3634

37-
- name: Rubocop
38-
run: bundle exec rubocop

0 commit comments

Comments
 (0)