We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dea0c7 commit 2caec27Copy full SHA for 2caec27
.github/workflows/command-line-demo.yaml
@@ -26,6 +26,7 @@ jobs:
26
env:
27
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
28
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
29
+ MIDSCENE_DEBUG_AI_PROFILE: 1
30
run: |
31
npm i -g @midscene/cli@${{ github.event.inputs.tag }}
32
cd command-line
0 commit comments