Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
shell: bash
run: poetry run poe generate

- name: Compile the lib
shell: bash
run: poetry run poe generate_lib

- name: Publish the compiled files
shell: bash
run: |
Expand All @@ -66,7 +62,6 @@ jobs:
cp -r tests/output_betterproto tests_betterproto
cp -r tests/output_betterproto_pydantic tests_betterproto_pydantic
cp -r tests/output_reference tests_reference
cp -r tests/output_lib lib
git add tests_betterproto tests_betterproto_pydantic tests_reference lib
git add tests_betterproto tests_betterproto_pydantic tests_reference
git commit -m "Add compilation output"
git push --force origin compiled-test-files
Loading