Skip to content

Commit

Permalink
Added logs Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Feb 6, 2024
1 parent 3615431 commit fb365e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,20 @@ jobs:
working-directory: tests/UI/
run: npx playwright test

- name: Export Docker errors
working-directory: tests/UI/
if: always()
run: docker-compose logs --no-color >& docker-compose.log

- name: Upload artifact
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path:
path: |
tests/UI/reports/
tests/UI/report.json
tests/UI/docker-compose.log
retention-days: 30

# Nightly : Rename file
Expand Down

0 comments on commit fb365e3

Please sign in to comment.