Skip to content

Commit d07c620

Browse files
committed
diff again
1 parent 4c9a072 commit d07c620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ jobs:
149149
- name: Gen genotelcontribcol
150150
run: |
151151
make genotelcontribcol
152+
git diff
152153
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genotelcontribcol" and commit the changes in this PR.' && exit 1)
153154
- name: Gen genoteltestbedcol
154155
run: |
155156
make genoteltestbedcol
157+
git diff
156158
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make genoteltestbedcol" and commit the changes in this PR.' && exit 1)
157159
- name: CodeGen
158160
run: |

0 commit comments

Comments
 (0)