mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-13 21:52:42 +08:00
13 lines
180 B
YAML
13 lines
180 B
YAML
name: Debug CI
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
tests:
|
|
uses: ./.github/workflows/tests.yml
|
|
with:
|
|
all_tests: true
|
|
debug_ssh_session: true
|
|
secrets: inherit
|