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: with:
name: ${{ matrix.arch }}-test-results name: ${{ matrix.arch }}-test-results
path: | path: |
scripts/__TESTS__ scripts/__TESTS__/*/_kola_temp/
scripts/results-.*.tap scripts/results-*.tap
- name: Create Test Summary - name: Create Test Summary
if: always() if: always()
uses: test-summary/action@v2 uses: test-summary/action@v2
with: with:
paths: "scripts/results-.*.tap" paths: "scripts/results-*.tap"