Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 10, 2024
1 parent 71d40f6 commit e313dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run tests
working-directory: .
run: cp .env.example .env && sbt testWithDb
# TODO: `sbt coverage testWithDb` raise error when `bbc93e985e32b88eb5840e61d13f9b2005b8e030`.
# TODO: `sbt coverage testWithDb` raise error since `bbc93e985e32b88eb5840e61d13f9b2005b8e030`.
# It seems failed to resolve doobie binaly version.
#
# while compiling: AuthorRepositoryDoobieInterpreter.scala
Expand Down

0 comments on commit e313dcd

Please sign in to comment.