|
|
@@ -8,7 +8,7 @@ on:
|
|
|
type: string
|
|
|
skip-cypress:
|
|
|
type: boolean
|
|
|
- cypress-report-artifact-name:
|
|
|
+ cypress-report-artifact-name-prefix:
|
|
|
type: string
|
|
|
cypress-config-video:
|
|
|
type: boolean
|
|
|
@@ -214,8 +214,7 @@ jobs:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
# List string expressions that is comma separated ids of tests in "test/cypress/integration"
|
|
|
- # spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60']
|
|
|
- spec-group: ['50']
|
|
|
+ spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60']
|
|
|
|
|
|
services:
|
|
|
mongodb:
|
|
|
@@ -326,7 +325,7 @@ jobs:
|
|
|
if: always()
|
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
- name: ${{ inputs.cypress-report-artifact-name }}
|
|
|
+ name: ${{ cypress-report-artifact-name-prefix }}${{ matrix.spec-group }}
|
|
|
path: |
|
|
|
apps/app/test/cypress/screenshots
|
|
|
apps/app/test/cypress/videos
|