Skip to content

Commit 8969bdb

Browse files
committed
fix
1 parent 54e3f30 commit 8969bdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
launchable record session --build ${GITHUB_RUN_ID} --test-suite pytest > session.txt
3838
3939
pytest tests/test.py --collect-only -q > test_list.txt
40-
cat test_list.txt
40+
sleep 60
41+
cat test_list.txt | launchable subset --session $(cat session.txt) --target 100% pytest > launchable-subset.txt
4142
4243
function record() {
4344
# Record test results

0 commit comments

Comments
 (0)