Skip to content

Commit

Permalink
chore(coverage) fix workflow: stop dotrun before uploading coverage r…
Browse files Browse the repository at this point in the history
…eport to avoid active symlinks

Signed-off-by: David Edler <david.edler@canonical.com>
  • Loading branch information
edlerd committed Mar 26, 2024
1 parent d66aac0 commit a5a47f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
sudo chmod -R 0777 ../lxd-ui
yarn test-coverage
zip -r coverage/playwright-report/cobertura-coverage.zip coverage/playwright-report/cobertura-coverage.xml
DOTRUN_CONTAINER_ID=$(docker ps | awk '{print $1}' | tail -n1)
docker stop $DOTRUN_CONTAINER_ID
- name: Upload coverage report
if: always()
Expand Down

0 comments on commit a5a47f9

Please sign in to comment.