Skip to content

Commit c6c642b

Browse files
modify workflow
1 parent a7a91cd commit c6c642b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/run_single_test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Run Chosen Pytest
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
pytest_args:
7-
description: 'Pytest arguments (e.g. tests/test_file.py::TestClass::test_func -k "param")'
8-
required: true
9-
default: ''
4+
push:
105

116
jobs:
127
run-pytest:
@@ -27,4 +22,4 @@ jobs:
2722
2823
- name: Run pytest with input arguments
2924
run: |
30-
pytest -vvv ${{ github.event.inputs.pytest_args }}
25+
pytest -vvv -k "ocsp_mode" .

0 commit comments

Comments
 (0)