Skip to content

Commit

Permalink
WIP: Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Feb 23, 2024
1 parent e4340ee commit 4777eea
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Set up cache
uses: actions/cache@preview
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/mail-notify.gemspec') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Build and test with Rake
bundler-cache: true
- name: Setup
run: |
sudo apt-get update
sudo apt-get install sqlite3 libsqlite3-dev
gem install bundler --version "2.3.27"
bundle install --jobs 4 --retry 3 --path ./vendor/bundle
bundle exec rake
gem install bundler
bundle install
- name: Linting
run: bin/standardrb
- name: Specs
run: bin/rspec
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 4777eea

Please sign in to comment.