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:
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user