Skip to content

Commit

Permalink
don't save plugin artifacts in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Feb 18, 2022
1 parent df6abd1 commit da339dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
name: logs
path: ./debug.log

- name: Store a copy of the plugin on success
if: ${{ success() }}
uses: actions/upload-artifact@v1
with:
name: ${{ steps.workflow.outputs.PACKAGE }}
path: ${{ steps.workflow.outputs.DIST }}
# - name: Store a copy of the plugin on success
# if: ${{ success() }}
# uses: actions/upload-artifact@v1
# with:
# name: ${{ steps.workflow.outputs.PACKAGE }}
# path: ${{ steps.workflow.outputs.DIST }}

0 comments on commit da339dc

Please sign in to comment.