Skip to content

Commit

Permalink
Remove application log artifact uploading from E2E test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp committed Mar 7, 2024
1 parent e971f42 commit fdfa229
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ services:
- ./Makefile:/var/www/html/Makefile
- composer:/usr/local/bin
- magento:/var/www/html
- ../app-logs:/var/www/html/var/log
networks:
backend:
volumes:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/e2e-test-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,3 @@ jobs:
with:
name: html-report
path: test-report

- name: Archive application logs
if: always()
uses: actions/upload-artifact@v3
with:
name: app-logs
path: app-logs
7 changes: 0 additions & 7 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,3 @@ jobs:
with:
name: html-report
path: test-report

- name: Archive application logs
if: always()
uses: actions/upload-artifact@v3
with:
name: app-logs
path: app-logs

0 comments on commit fdfa229

Please sign in to comment.