Unverified Commit 8065fea8 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[gh actions] run artifacts job always (#8110)

parent 1e01db35
...@@ -84,6 +84,7 @@ jobs: ...@@ -84,6 +84,7 @@ jobs:
python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make_reports=tests_pipeline tests python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make_reports=tests_pipeline tests
- name: test suite reports artifacts - name: test suite reports artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: test_reports name: test_reports
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment