Upload golden files as artifacts on failure

This commit is contained in:
Julian Ospald 2020-10-12 00:10:37 +02:00
parent 1140132a25
commit 778ee142d5
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ variables:
- ./.gitlab/script/ghcup_version.sh
variables:
JSON_VERSION: "0.0.3"
artifacts:
expire_in: 2 week
paths:
- golden
when: on_failure
.test_ghcup_version:linux:
extends: