Skip to content

Commit

Permalink
chore: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 24, 2024
1 parent 42cb744 commit 706e3d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
- name: Build
run: go build ./...

- name: Checkout
uses: actions/checkout@v4
with:
repository: ngyewch/protoc-gen-twirp-java-example
path: ./protoc-gen-twirp-java-example

- name: Setup Java
uses: actions/setup-java@v4
with:
Expand All @@ -39,4 +33,4 @@ jobs:

- name: Build Java project
run: ./gradlew build
working-directory: ./protoc-gen-twirp-java-example
working-directory: ./java

0 comments on commit 706e3d6

Please sign in to comment.