run-kola-tests: improve test results archive globs

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2023-03-28 10:50:25 +02:00
parent 3653c9a8e5
commit ae760903a3

View File

@ -251,11 +251,11 @@ jobs:
with:
name: ${{ matrix.arch }}-test-results
path: |
scripts/__TESTS__
scripts/results-.*.tap
scripts/__TESTS__/*/_kola_temp/
scripts/results-*.tap
- name: Create Test Summary
if: always()
uses: test-summary/action@v2
with:
paths: "scripts/results-.*.tap"
paths: "scripts/results-*.tap"