Skip to content

Commit fc9827e

Browse files
add output consumption config
1 parent 7a3162e commit fc9827e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/verify.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
letter: ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']
1919
fail-fast: false
2020
outputs:
21-
failed_libraries:
21+
failed_libraries: ${{ steps.compile.outputs.failed_libraries }}
2222
steps:
2323
- uses: actions/setup-java@v3
2424
with:
@@ -28,7 +28,8 @@ jobs:
2828
with:
2929
path: google-api-java-client-services
3030

31-
- working-directory: google-api-java-client-services
31+
- id: compile
32+
working-directory: google-api-java-client-services
3233
run: |
3334
set -ex
3435
bash .github/workflows/verify.sh "${{matrix.letter}}"

0 commit comments

Comments
 (0)