Skip to content

Commit

Permalink
chore(ci): start simple
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Feb 19, 2021
1 parent 3196bb1 commit 71a0e2a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,5 @@ jobs:
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: 'Update Rubygems and Bundler'
run: |
gem update --system --no-document
gem update bundler --no-document
- name: Set up bundle
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Run tests
run: bash script/cibuild

0 comments on commit 71a0e2a

Please sign in to comment.