Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
frontend: change playwright report artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 8, 2024
1 parent 54c424a commit 1663439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: playwright-report-${{ matrix.config.daemon_name }}
path: frontend/apps/desktop/out/playwright-report/**/*
path: frontend/apps/desktop/playwright-report/**/*
# - name: Setup Pages
# uses: actions/configure-pages@v2
# - name: Upload artifact
Expand Down

0 comments on commit 1663439

Please sign in to comment.