Skip to content

Commit 425f599

Browse files
committed
Update test.yml
1 parent 9e57924 commit 425f599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
env:
3030
MATRIX_CONTEXT: ${{ toJson(matrix) }}
3131
run: echo "$MATRIX_CONTEXT"
32+
- name: Dump vars context
33+
env:
34+
VARS_JSON: ${{ toJSON(vars) }}
35+
run: echo "${VARS_JSON}"

0 commit comments

Comments
 (0)