The GitHub Actions job "Build and push images" on 
texera.git/v1.1.0-incubating-rc4 has succeeded.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
3c50566da1ac7200bd9570f18da860e878497be1 / Jiadong Bai 
<[email protected]>
fix(ci): replace removed JooqCodeGenerator with sbt jooqGenerate task (#4252)

### What changes were proposed in this PR?

This PR fixes the failing `generate-jooq` job in the
`build-and-push-images` CI workflow.

**The fix:** Replace the command in the workflow from:
```yaml
run: sbt "DAO/runMain org.apache.texera.dao.JooqCodeGenerator"
```
to:
```yaml
run: sbt DAO/jooqGenerate
```

### Any related issues, documentation, discussions?

Closes #4251 

### How was this PR tested?

Tested using my own fork:
https://github.com/bobbai00/texera/actions/runs/22606607910/job/65499945831

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

Co-authored-by: Claude <[email protected]>
Co-authored-by: Xinyuan Lin <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/22606714015

With regards,
GitHub Actions via GitBox

Reply via email to