Skip to content

Commit a631814

Browse files
authored
pytest: Add --test-suite option to the launchable session command
1 parent 201cc3e commit a631814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run Pytest
3535
run: |
3636
launchable record build --name ${GITHUB_RUN_ID}
37-
launchable record session --build ${GITHUB_RUN_ID} > session.txt
37+
launchable record session --build ${GITHUB_RUN_ID} --test-suite pytest > session.txt
3838
3939
pytest --collect-only -q > test_list.txt
4040
cat test_list.txt | launchable subset --session $(cat session.txt) --target 100% pytest > launchable-subset.txt

0 commit comments

Comments
 (0)