Skip to content

Commit

Permalink
chore: remove upload-artifact directive from ci_reusable pipeline as …
Browse files Browse the repository at this point in the history
…there is no playright-report anyway
  • Loading branch information
levalleux-ludo committed Feb 7, 2025
1 parent c6012fe commit b9858ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@ jobs:
- name: (if 'production' env) Copy contents from .fleek_production.json to .fleek.json
if: ${{ inputs.ENV_NAME == 'production' }}
run: mv .fleek_production.json .fleek.json
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
- name: Deploy via fleek
if: ${{ inputs.DEPLOY_TO_FLEEK }}
id: Deploy
Expand All @@ -235,11 +230,6 @@ jobs:
- name: (if DR Center 'production' env) Copy contents from .fleek_dr_center_production.json to .fleek_dr_center.json
if: ${{ inputs.ENV_NAME == 'production' }}
run: mv .fleek_dr_center_production.json .fleek_dr_center.json
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
- name: Deploy via fleek
if: ${{ inputs.DEPLOY_TO_FLEEK }}
id: deploy_dr_center
Expand Down

0 comments on commit b9858ea

Please sign in to comment.