Trying to add the 'skipped' status as well

pull/959/head
Morgan Pretty 1 year ago
parent a2dea00680
commit 1371111c89

@ -154,7 +154,7 @@ local delete_test_simulator = {
'Build and Run Tests', 'Build and Run Tests',
], ],
when: { when: {
status: ['failure', 'killed', 'success'] status: ['failure', 'skipped', 'killed', 'success']
} }
}; };

Loading…
Cancel
Save