Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop committed Mar 11, 2020
1 parent e2ee98d commit 8594998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- id: test
run: echo "::set-output name=foo::bar"
- name: Dump steps context
Expand Down

0 comments on commit 8594998

Please sign in to comment.