Skip to content

Commit 34f34d0

Browse files
author
Janne Rönkkö
committed
DEV
1 parent 66b2515 commit 34f34d0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: CI
22

33
on:
44
pull_request:
5+
push:
56

67
jobs:
78
run_e2e_tests_workflow:
89
name: Test run E2E tests workflow
910
uses: ./.github/workflows/shared-run-e2e.yml
1011
with:
12+
cypress_version: crjore4prod001.azurecr.io/jore4-cypress:e2e-report-summary-2025-06-12-b883a3012335faa6b8a20edab9605c2ce9874697
1113
test-tags: ''

.github/workflows/shared-run-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
if: always()
188188
shell: bash
189189
run: |
190+
docker exec cypress find /e2e -name ctrf-report.json
190191
docker cp cypress:/e2e/cypress/ctrf-report.json ${{ github.workspace }}/ctrf-report.json
191192
192193
- name: Upload test reports as an artifact

0 commit comments

Comments
 (0)