Skip to content

Commit

Permalink
Change path
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Sep 24, 2023
1 parent ccac0ca commit 09d08bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
# if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
path: service/cypress/screenshots
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`


- uses: actions/upload-artifact@v3
with:
name: cypress-videos
path: cypress/videos
path: service/cypress/videos
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`

0 comments on commit 09d08bb

Please sign in to comment.