Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
ci(appveyer): upload artifacts on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 20, 2019
1 parent e3b7193 commit 1c7bbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ test_script:
- yarn lint-ci
- yarn test-ci

on_failure:
- ps: Push-AppveyorArtifact screenshots

deploy_script:
- cmd: powershell if (($env:appveyor_repo_name -eq 'LN-Zap/zap-desktop') -and (($env:appveyor_repo_branch -eq 'master') -or ($env:appveyor_repo_branch -eq 'next'))) { yarn release --win }

Expand Down

0 comments on commit 1c7bbba

Please sign in to comment.