mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
run-kola-tests: improve test results archive globs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
3653c9a8e5
commit
ae760903a3
6
.github/workflows/run-kola-tests.yaml
vendored
6
.github/workflows/run-kola-tests.yaml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user