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

fix: pin gherkin version

debug: screenshot use firefox
parent d3f0654a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ on: ...@@ -9,7 +9,7 @@ on:
browser: browser:
required: false required: false
type: string type: string
default: chrome default: firefox
url: url:
required: true required: true
type: string type: string
......
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
with: with:
python-version: '3.10' python-version: '3.10'
- name: 'Install gherkin-official' - name: 'Install gherkin-official'
run: 'pip install gherkin-official' run: 'pip install gherkin-official==30.0.4'
- name: 'Generate checklist' - name: 'Generate checklist'
run: 'python features/_convert.py' run: 'python features/_convert.py'
- name: 'Add checklist comment' - name: 'Add checklist comment'
......
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