Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 085ad19

Browse files
committed
Reset git before adding generated files
1 parent 5b9c7e1 commit 085ad19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
shell: bash
6262
run: |
6363
git checkout --orphan compiled-test-files
64+
git reset --hard
6465
cp -r tests/output_betterproto tests_betterproto
6566
cp -r tests/output_betterproto_pydantic tests_betterproto_pydantic
6667
cp -r tests/output_reference tests_reference

0 commit comments

Comments
 (0)