This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch xinyuan-remove-jooq-ci in repository https://gitbox.apache.org/repos/asf/texera.git
commit c6a3fb7a04d8f90619b54b19da362e4566138328 Author: Xinyuan Lin <[email protected]> AuthorDate: Fri Sep 19 19:48:10 2025 -0700 init --- .github/workflows/github-action-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/github-action-build.yml b/.github/workflows/github-action-build.yml index e9e2cbce80..470de46daa 100644 --- a/.github/workflows/github-action-build.yml +++ b/.github/workflows/github-action-build.yml @@ -112,8 +112,6 @@ jobs: run: psql -h localhost -U postgres -f deployment/k8s/texera-helmchart/files/texera_ddl.sql env: PGPASSWORD: postgres - - name: Jooq Code Generator - run: cd core && sbt "DAO/runMain edu.uci.ics.texera.dao.JooqCodeGenerator" - name: Compile with sbt run: cd core && sbt clean package - name: Run backend tests
