Skip to content

Commit

Permalink
Merge branch 'stage-main-14.1' into mz/update-texter-view-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mau11 committed Sep 12, 2024
2 parents e707bc1 + a8c4686 commit 534dca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
build: npm run prod-build
start: npm start
wait-on: 'http://localhost:3001'
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
path: cypress/videos
path: cypress/videos

0 comments on commit 534dca5

Please sign in to comment.