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 36a04de commit b670a04Copy full SHA for b670a04
.github/actions/launchable/setup/action.yml
@@ -244,7 +244,7 @@ runs:
244
post: |
245
rm -f "${test_all_session_file}"
246
rm -f "${btest_session_file}"
247
- rm -f "${test_spec_session_file}
+ rm -f "${test_spec_session_file}"
248
if: always() && steps.setup-launchable.outcome == 'success'
249
env:
250
test_all_session_file: ${{ steps.global.outputs.test_all_session_file }}
0 commit comments