Skip to content

Commit

Permalink
fix: Test updating error_highlight gem
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Oct 28, 2023
1 parent d1a011b commit 0a27956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Update a Default Gem
run: |
gem update error_highlight
working-directory: ${{ runner.workspace }}
- uses: actions/cache@v3
with:
path: vendor/bundle
Expand Down

0 comments on commit 0a27956

Please sign in to comment.