Skip to content

Commit

Permalink
Remove clearing lamian logs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon authored Jul 1, 2024
1 parent bc957bc commit 44211fa
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 133 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: latest
bundler-cache: true

- run: psql -c 'CREATE DATABASE umbrellio_utils_test'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem "bundler"
gem "ci-helper"
gem "http"
gem "nokogiri", "~> 1.15.0"
gem "nokogiri"
gem "nori"
gem "pg"
gem "pry"
Expand Down
Loading

0 comments on commit 44211fa

Please sign in to comment.