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 54e3f30 commit 8969bdbCopy full SHA for 8969bdb
.github/workflows/pytest.yml
@@ -37,7 +37,8 @@ jobs:
37
launchable record session --build ${GITHUB_RUN_ID} --test-suite pytest > session.txt
38
39
pytest tests/test.py --collect-only -q > test_list.txt
40
- cat test_list.txt
+ sleep 60
41
+ cat test_list.txt | launchable subset --session $(cat session.txt) --target 100% pytest > launchable-subset.txt
42
43
function record() {
44
# Record test results
0 commit comments