Skip to content

Commit

Permalink
fix: missing the right phase of trpc gen-code (#24)
Browse files Browse the repository at this point in the history
* fix: missing the right phase of trpc gen-code

---------

Co-authored-by: rick <[email protected]>
  • Loading branch information
LinuxSuRen and LinuxSuRen authored Apr 14, 2024
1 parent 0b55cca commit c1ee067
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
- name: Maven Package
run: mvn package
- name: Image
run: make build-image
- name: Run e2e
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<version>${trpc-maven-plugin.version}</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>gen-code</goal>
</goals>
Expand Down

0 comments on commit c1ee067

Please sign in to comment.