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

Commit e6d75b3

Browse files
Don't generate lib (#36)
1 parent 14630e3 commit e6d75b3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
shell: bash
5555
run: poetry run poe generate
5656

57-
- name: Compile the lib
58-
shell: bash
59-
run: poetry run poe generate_lib
60-
6157
- name: Publish the compiled files
6258
shell: bash
6359
run: |
@@ -66,7 +62,6 @@ jobs:
6662
cp -r tests/output_betterproto tests_betterproto
6763
cp -r tests/output_betterproto_pydantic tests_betterproto_pydantic
6864
cp -r tests/output_reference tests_reference
69-
cp -r tests/output_lib lib
70-
git add tests_betterproto tests_betterproto_pydantic tests_reference lib
65+
git add tests_betterproto tests_betterproto_pydantic tests_reference
7166
git commit -m "Add compilation output"
7267
git push --force origin compiled-test-files

0 commit comments

Comments
 (0)