mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +00:00
remove upload-artifact
This commit is contained in:
parent
91bc196b8d
commit
cb4e865d6c
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -151,13 +151,6 @@ jobs:
|
|||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
run: yarn test:e2e --setup --concurrency=1 --project=${{ matrix.project }}
|
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:
|
api_ce_pg:
|
||||||
if: needs.changes.outputs.backend == 'true'
|
if: needs.changes.outputs.backend == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user