Skip to content

Commit

Permalink
test(citrus-simulator-ui): change path of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 13, 2024
1 parent a919da1 commit 6c8d6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
if: ${{ !cancelled() }}
with:
name: test-results
path: simulator-ui/test-results/
path: test-results/
retention-days: 30
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: simulator-ui/playwright-report/
path: playwright-report/
retention-days: 30

0 comments on commit 6c8d6fe

Please sign in to comment.