diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index f4d31d6c1..6cad0dcf7 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -11,6 +11,12 @@ jobs: # matrix: # # run copies of the current job in parallel # job: [1, 2, 3, 4, 5, 6, 7, 8] + # env: + # jobs: 8 + # strategy: + # matrix: + # # run copies of the current job in parallel + # job: [1, 2, 3, 4, 5, 6, 7, 8] steps: - name: Checkout code uses: actions/checkout@v3 @@ -28,7 +34,6 @@ jobs: id: e2e-tests run: | yarn install - # yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} ) yarn run cypress:run --spec cypress/integration/Moderation.ReportContent.feature ########################################################################## @@ -43,3 +48,6 @@ jobs: name: cypress-videos path: cypress/videos/ + name: cypress-videos + path: cypress/videos/ +