diff --git a/.cspell.json b/.cspell.json index 5c8000f827f..b8ae9adfc23 100644 --- a/.cspell.json +++ b/.cspell.json @@ -753,6 +753,7 @@ "projectIds" ], "ignorePaths": [ + "apps/api/src/app/workflows-v2/maily-test-data.ts", "apps/api/src/.env.test", "apps/ws/src/.env.test", "apps/ws/src/.example.env", diff --git a/.github/workflows/reusable-widget-e2e.yml b/.github/workflows/reusable-widget-e2e.yml index f75dbd299db..b635bac7def 100644 --- a/.github/workflows/reusable-widget-e2e.yml +++ b/.github/workflows/reusable-widget-e2e.yml @@ -99,13 +99,13 @@ jobs: parallel: false config-file: cypress.config.ts - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: apps/widget/cypress/screenshots # Test run video was always captured, so this action uses "always()" condition - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index f986f2fe824..fcf2ca85553 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -19,6 +19,7 @@