Skip to content

Commit 2ace302

Browse files
committed
chore(ci): Output debug info to assist in developing workflows
1 parent a8b74af commit 2ace302

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deno_tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16+
debug_info:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
22+
- run: git status
23+
- run: git describe
24+
- run: env
25+
- name: Dump github context
26+
run: echo $GITHUB_CONTEXT | jq .
27+
env:
28+
GITHUB_CONTEXT: ${{ toJson(github) }}
29+
1630
build:
1731
runs-on: ubuntu-latest
1832
steps:

0 commit comments

Comments
 (0)