Run GH login step in sample validation workflow

This commit is contained in:
Tao Chen
2026-03-31 10:29:20 -07:00
Unverified
parent 4527dee64b
commit f2e296aeaa
@@ -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?"