Skip to content

Commit

Permalink
fix: mount playwright-report path correctly in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 1, 2024
1 parent b67107c commit f07e140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
docker compose --file ${{ inputs.compose_file }} run \
--no-TTY \
--volume ${{ github.workspace }}/traces:/app/playwright-report/data \
--volume ${{ github.workspace }}/playwright-report:/app/playwright-report \
${{ inputs.compose_service }} ${{ inputs.compose_command }}
- name: Upload Playwright Report
Expand Down

0 comments on commit f07e140

Please sign in to comment.