testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
49 stars 10 forks source link

Maven Harness tests #9

Closed romchellis closed 1 year ago

romchellis commented 1 year ago

Added integration tests using maven harness library.

Resolves #4

sivaprasadreddy commented 1 year ago

Hi @romchellis From the GH Actions log I see no tests are being executed: https://github.com/testcontainers/jooq-testcontainers-codegen-maven-plugin/actions/runs/5118324909/jobs/9202240858

2023-05-30T06:34:51.7637205Z [INFO] 
2023-05-30T06:34:51.7638069Z [INFO] -------------------------------------------------------
2023-05-30T06:34:51.7638603Z [INFO]  T E S T S
2023-05-30T06:34:51.7639425Z [INFO] -------------------------------------------------------
2023-05-30T06:34:52.4827603Z [INFO] 
2023-05-30T06:34:52.4828282Z [INFO] Results:
2023-05-30T06:34:52.4828989Z [INFO] 
2023-05-30T06:34:52.4850776Z [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
romchellis commented 1 year ago

Hi @romchellis From the GH Actions log I see no tests are being executed: https://github.com/testcontainers/jooq-testcontainers-codegen-maven-plugin/actions/runs/5118324909/jobs/9202240858

2023-05-30T06:34:51.7637205Z [INFO] 
2023-05-30T06:34:51.7638069Z [INFO] -------------------------------------------------------
2023-05-30T06:34:51.7638603Z [INFO]  T E S T S
2023-05-30T06:34:51.7639425Z [INFO] -------------------------------------------------------
2023-05-30T06:34:52.4827603Z [INFO] 
2023-05-30T06:34:52.4828282Z [INFO] Results:
2023-05-30T06:34:52.4828989Z [INFO] 
2023-05-30T06:34:52.4850776Z [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

Hi @sivaprasadreddy , yeah there were some issue. Now it's fixed