Skip to content

Commit ca98940

Browse files
committed
fix compilation step
1 parent 094eb62 commit ca98940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
id: generate
106106
if: steps.spec_diff.outputs.spec_diff == 'true'
107107
run: |
108-
mvn process-test-sources -Dgenerate ${{ env.MVN_MULTI_THREADED_ARGS }}
108+
mvn process-sources -Dgenerate ${{ env.MVN_MULTI_THREADED_ARGS }}
109109
110110
- name: "Push changes"
111111
id: push

0 commit comments

Comments
 (0)