remove upload-artifact

This commit is contained in:
Ben Irvin 2023-08-18 15:38:02 +02:00
parent 91bc196b8d
commit cb4e865d6c

View File

@ -151,13 +151,6 @@ jobs:
- name: Run E2E tests
run: yarn test:e2e --setup --concurrency=1 --project=${{ matrix.project }}
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: ./test-apps/e2e/test-app-0/playwright-report/
retention-days: 30
api_ce_pg:
if: needs.changes.outputs.backend == 'true'
runs-on: ubuntu-latest