Skip to content

Commit 8594998

Browse files
authored
Update test.yml
1 parent e2ee98d commit 8594998

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
@@ -10,6 +10,10 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Dump steps context
14+
env:
15+
STEPS_CONTEXT: ${{ toJson(steps) }}
16+
run: echo "$STEPS_CONTEXT"
1317
- id: test
1418
run: echo "::set-output name=foo::bar"
1519
- name: Dump steps context

0 commit comments

Comments
 (0)