mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-14 22:22:07 +08:00
Add a way to debug github CI
This commit is contained in:
12
.github/workflows/debug_ci.yml
vendored
Normal file
12
.github/workflows/debug_ci.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Debug CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: ./.github/workflows/tests.yml
|
||||
with:
|
||||
all_tests: true
|
||||
debug_ssh_session: true
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user