Skip to content

Commit

Permalink
Merge branch 'releases/v2.14-cim' into cim_wizard_rework_2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyselov authored Feb 25, 2025
2 parents 88acfa4 + af70b00 commit 3e28c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ jobs:
working-directory: libs/ui-lib-tests
wait-on: 'http://127.0.0.1:4173'
- name: Store test execution screenshots on failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: libs/ui-lib-tests/cypress/screenshots
- name: Store test execution video
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
Expand Down

0 comments on commit 3e28c48

Please sign in to comment.