diff --git a/.github/workflows/generate-exploratory.yml b/.github/workflows/generate-exploratory.yml index eec870e..37d7de0 100644 --- a/.github/workflows/generate-exploratory.yml +++ b/.github/workflows/generate-exploratory.yml @@ -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 diff --git a/.github/workflows/generate-regressions.yml b/.github/workflows/generate-regressions.yml index 2da6923..674d3b3 100644 --- a/.github/workflows/generate-regressions.yml +++ b/.github/workflows/generate-regressions.yml @@ -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