Skip to content

Commit

Permalink
Install semantic logger before running rake
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Apr 5, 2024
1 parent 8d7ee81 commit 2835ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Ruby

on:
Expand All @@ -23,5 +24,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install gemspec dependencies
run: bundle exec gem install semantic_logger
- name: Run the default task
run: bundle exec rake

0 comments on commit 2835ab0

Please sign in to comment.