Skip to content

Commit 2caec27

Browse files
committed
chore: enable the profile in workflow
1 parent 8dea0c7 commit 2caec27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/command-line-demo.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
2828
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
29+
MIDSCENE_DEBUG_AI_PROFILE: 1
2930
run: |
3031
npm i -g @midscene/cli@${{ github.event.inputs.tag }}
3132
cd command-line

0 commit comments

Comments
 (0)