mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Run GH login step in sample validation workflow
This commit is contained in:
@@ -32,6 +32,10 @@ runs:
|
||||
shell: bash
|
||||
run: npm install -g @github/copilot
|
||||
|
||||
- name: GitHub Copilot Login
|
||||
shell: bash
|
||||
run: gh auth login
|
||||
|
||||
- name: Test Copilot CLI
|
||||
shell: bash
|
||||
run: copilot -p "What can you do in one sentence?"
|
||||
|
||||
Reference in New Issue
Block a user