Skip to content

Commit e55c70a

Browse files
committed
test
1 parent 68e02e6 commit e55c70a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
run: pip install -r requirements.txt
2222
- name: Run tests
2323
run: pytest
24-
- uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref }}
24+
- uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref || github.head_ref || github.ref_name}}
2525
with:
2626
debug: 1
27+
- name: Dump GitHub context
28+
if: ${{ failed() }}
29+
run: echo "${{ toJSON(github) }}"
2730
- name: Setup tmate session
2831
if: ${{ !cancelled() && runner.debug }}
2932
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)