Skip to content

Commit eba38ae

Browse files
committed
test: add minimal workflow to debug hang
1 parent 751b609 commit eba38ae

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/test-minimal.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: '🧪 Test Minimal'
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- 'fix/auth-priority-and-hang'
7+
paths:
8+
- '.github/workflows/test-minimal.yml'
9+
10+
jobs:
11+
test:
12+
runs-on: 'ubuntu-latest'
13+
steps:
14+
- name: 'Checkout'
15+
uses: 'actions/checkout@v4'
16+
17+
- name: 'Run Gemini Version'
18+
uses: './'
19+
with:
20+
prompt: '--version'
21+
gemini_debug: true

0 commit comments

Comments
 (0)