Skip to content

Commit c73552e

Browse files
authored
Revert "Launchable: Stop recording tests temporarily" (ruby#12289)
Revert "Launchable: Stop recording tests temporarily (ruby#12268)" This reverts commit 866f1a1.
1 parent 895f2c2 commit c73552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979

8080
- name: Enable Launchable conditionally
8181
id: enable-launchable
82-
run: echo "enable-launchable=false" >> $GITHUB_OUTPUT
82+
run: echo "enable-launchable=true" >> $GITHUB_OUTPUT
8383
shell: bash
8484
if: >-
8585
${{

0 commit comments

Comments
 (0)