Skip to content
Snippets Groups Projects
Commit bd939c34 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: github action

parent ae543d28
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: 'Install gherkin-official'
run: 'pip install gherkin-official'
- name: 'Generate checklist'
run: 'python features/_convert.py'
- name: 'Add checklist comment'
uses: actions/github-script@v5
with:
......
......@@ -122,4 +122,4 @@ def main(output: str="./e2e/checklist.md"):
if __name__ == "__main__":
main(*sys.argv[1:])
\ No newline at end of file
main(*sys.argv[1:])
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment