Skip to content

Commit

Permalink
ci: fix coverage report artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Hu <[email protected]>
  • Loading branch information
mas-who committed Apr 4, 2024
1 parent d09c13e commit 02a886d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install Playwright Browser
run: npx playwright install --with-deps chromium
Expand All @@ -78,6 +78,7 @@ jobs:
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
rm -rf coverage/playwright-report/lxd-ui/ui/monaco-editor/
- name: Upload coverage report
if: always()
Expand Down

0 comments on commit 02a886d

Please sign in to comment.