Skip to content

Commit

Permalink
[#44372] .ci.yml: Added artifacts to test job
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wasielewski <kwasielewski@internships.antmicro.com>
  • Loading branch information
kwasielewski authored and glatosinski committed May 18, 2023
1 parent 50a7c82 commit 3ffe9c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Test-with-pytest:
stage: test
script:
- ./.github/run_tests.sh
artifacts:
when: on_failure
paths:
- ./tests/logs

Documentation:
stage: test
Expand Down

0 comments on commit 3ffe9c7

Please sign in to comment.