Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit a3b8bc1

Browse files
test: action
1 parent 634bf2c commit a3b8bc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
__tests__/
2424
SUFFIX_FILTER: .ts
2525
FILES: .eslintrc
26+
- name: Dump Env context
27+
env:
28+
GITHUB_CONTEXT: ${{ toJson(env) }}
29+
run: echo "$ENV_CONTEXT"
2630
- name: Get Yarn Cache Directory
2731
id: yarn-cache
2832
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)