Skip to content

Commit 3f3a486

Browse files
ci: Fail step if rake ci:rake_task_matrix fails
1 parent 3ea1190 commit 3f3a486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- name: Set matrix
9090
id: set-matrix
9191
run: |
92-
echo "entries=$(rake ci:rake_task_matrix)" >> $GITHUB_OUTPUT
92+
rake ci:rake_task_matrix > matrix.json
93+
echo "entries=$(cat matrix.json)" >> $GITHUB_OUTPUT
9394
9495
rake-tasks:
9596
strategy:

0 commit comments

Comments
 (0)