We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201cc3e commit a631814Copy full SHA for a631814
1 file changed
.github/workflows/pytest.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run Pytest
35
run: |
36
launchable record build --name ${GITHUB_RUN_ID}
37
- launchable record session --build ${GITHUB_RUN_ID} > session.txt
+ launchable record session --build ${GITHUB_RUN_ID} --test-suite pytest > session.txt
38
39
pytest --collect-only -q > test_list.txt
40
cat test_list.txt | launchable subset --session $(cat session.txt) --target 100% pytest > launchable-subset.txt
0 commit comments