Skip to content

Commit

Permalink
Reenable itest
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Aug 16, 2024
1 parent 84b35ef commit c42a227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- run: ./mill squery.test
#- run: ./mill mill-plugin-itest
- run: ./mill mill-plugin-itest

publish:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion mill-plugin-itest/src/h2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object root extends ScalaModule with SqueryGeneratorModule with FlywayModule {
def ivyDeps = Agg(
ivy"com.zaxxer:HikariCP:4.0.3",
ivy"com.h2database:h2:2.3.232",
ivy"ba.sake::squery:0.3.0-10-e7e6a2-SNAPSHOT" // TODO remove after https://github.com/lefou/mill-integrationtest/issues/198
ivy"ba.sake::squery:0.3.0-14-8c8556-SNAPSHOT" // TODO remove after https://github.com/lefou/mill-integrationtest/issues/198
)

// TODO remove after https://github.com/lefou/mill-integrationtest/issues/198
Expand Down

0 comments on commit c42a227

Please sign in to comment.