We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b2515 commit 34f34d0Copy full SHA for 34f34d0
2 files changed
.github/workflows/ci.yml
@@ -2,10 +2,12 @@ name: CI
2
3
on:
4
pull_request:
5
+ push:
6
7
jobs:
8
run_e2e_tests_workflow:
9
name: Test run E2E tests workflow
10
uses: ./.github/workflows/shared-run-e2e.yml
11
with:
12
+ cypress_version: crjore4prod001.azurecr.io/jore4-cypress:e2e-report-summary-2025-06-12-b883a3012335faa6b8a20edab9605c2ce9874697
13
test-tags: ''
.github/workflows/shared-run-e2e.yml
@@ -187,6 +187,7 @@ jobs:
187
if: always()
188
shell: bash
189
run: |
190
+ docker exec cypress find /e2e -name ctrf-report.json
191
docker cp cypress:/e2e/cypress/ctrf-report.json ${{ github.workspace }}/ctrf-report.json
192
193
- name: Upload test reports as an artifact
0 commit comments