Skip to content

Commit

Permalink
add summarize to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Oct 8, 2024
1 parent 935231d commit 6cd5fe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/generate-exploratory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: testdriverai/action@main
with:
key: ${{ secrets.TESTDRIVER_API_KEY }}
prompt: 1. /generate web 10
prompt:
1. /generate web 10
2. /summarize
prerun: |
cd $env:TEMP
npm init -y
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/generate-regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- uses: testdriverai/action@main
with:
key: ${{ secrets.TESTDRIVER_API_KEY }}
prompt: ${{ env.MARKDOWN_CONTENT }} # Use the content of the file from the environment
prompt: |
${{ env.MARKDOWN_CONTENT }} # Use the content of the file from the environment
1. /summarize
prerun: |
cd $env:TEMP
npm init -y
Expand Down

0 comments on commit 6cd5fe3

Please sign in to comment.