Skip to content

Commit

Permalink
eng
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Sep 12, 2024
1 parent ae8e00b commit 44996b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
distribution: 'zulu'
java-version: '11'

- name: Patch core
run: |
cd core
git checkout .
git apply ../core.diff --ignore-whitespace
cd ..
- name: Build autorest-java, install modules
run: |
mvn install -f pom.xml -P local,tsp --no-transfer-progress
Expand Down

0 comments on commit 44996b4

Please sign in to comment.