From 25ec20ae48b800a8dbf76eaa16d70b5a616b434a Mon Sep 17 00:00:00 2001 From: Jose Chirivella Date: Wed, 31 Jan 2024 10:27:20 -0600 Subject: [PATCH] Targeting the v6 version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c30bb80..086e56ae7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: # run: npm run test - name: Cypress run - uses: cypress-io/github-action@v6.6.1 + uses: cypress-io/github-action@v6 with: browser: chrome install: false @@ -49,6 +49,7 @@ jobs: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} # Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }} - name: Upload Cypress Screenshots uses: actions/upload-artifact@v3 # Only capture images on failure