Skip to content

Commit 0aa9a73

Browse files
committed
chore(ci): Ensure README-PYPI.md is created before tests run
1 parent d3f2a02 commit 0aa9a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

29+
- name: "Ensure README-PYPI.md is created"
30+
run: python scripts/prepare_readme.py
31+
2932
# run the glean target specified in .speakeasy/workflow.yaml
3033
- run: speakeasy test --target glean
3134

0 commit comments

Comments
 (0)